Graphify-Labs/graphify
Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.
Awesome MCP › Software Development
Context-Engine MCP is an open-core, self-improving code search platform designed to enhance code exploration and understanding through agentic context compression. It leverages the Model Context Protocol (MCP) to provide a unified interface for indexing, searching, and memory services, making it highly suitable for developers and AI coding assistants. The project offers a command-line interface (CLI) called `ctx` that simplifies setup, service management, and querying, enabling users to quickly index their codebase and perform semantic searches or get detailed answers with citations. The architecture of Context-Engine is modular and layered, consisting of a client layer (IDE and VS Code extension), an MCP layer (search and index services), a processing layer (embedding service, LLM decoder, learning worker, and file watcher), and a storage layer (vector database Qdrant, Redis cache, and filesystem). This design supports both local mode for personal use and enterprise-ready features such as built-in authentication, session management, and workspace-aware queries. Context-Engine integrates with popular AI coding assistants like Codex, Claude, Gemini, and Augment by providing specialized agent skills that teach these assistants to utilize MCP tools effectively, replacing traditional code exploration methods like grep or find. The system supports multiple communication protocols including SSE and HTTP for streaming and remote procedure calls. The project also includes comprehensive documentation covering setup, configuration, API references, and troubleshooting. It supports advanced features like automatic collection injection, adaptive reranking, and delta bundle uploads. Benchmarks demonstrate strong performance in dense retrieval tasks on code search datasets, outperforming traditional methods. Overall, Context-Engine MCP is a sophisticated, scalable, and extensible platform that leverages MCP to improve code search and AI-assisted coding workflows, making it a valuable tool for developers and AI integration.
https://github.com/Context-Engine-AI/Context-Engine
Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.
Context7 MCP Server is an MCP server that delivers up-to-date, version-specific code documentation and examples to enhance LLMs and AI code editors, ensuring accurate and current code generation.
High-performance Model Context Protocol (MCP) server that indexes codebases into a persistent knowledge graph for AI coding agents, supporting 158 languages, lightning-fast queries, and various dev...
GitHub MCP Server is an official Model Context Protocol server that integrates with GitHub APIs to enable advanced automation and AI-powered interactions with GitHub repositories and workflows.
Code-review-graph is a local-first code intelligence solution that builds a persistent structural map of your codebase to provide precise context to AI coding tools, significantly reducing token us...
Serena is a free and open-source coding agent toolkit that uses the Model Context Protocol to enable LLMs to autonomously perform semantic code retrieval and editing with IDE-like precision on complex codebases.
Claude Task Master is an AI-powered task management system designed for AI-driven development that integrates seamlessly with various editors via the Model Control Protocol (MCP).
Context Mode is an MCP server designed to optimize context window usage for AI coding agents by sandboxing tool output, tracking session continuity with SQLite, and promoting LLMs as code generator...