Awesome MCPSoftware Development

DeusData/codebase-memory-mcp

⭐ 43140 C added to this list on 2026-06-22 repository created 2026-02-24

Codebase-Memory-MCP is a highly optimized Model Context Protocol (MCP) server designed to provide rapid and efficient code intelligence for AI coding agents. It features extreme indexing speeds, full-indexing an average repository in milliseconds and large codebases like the Linux kernel in minutes, and answering structural queries in under 1ms. The system leverages high-quality parsing through tree-sitter AST analysis across 158 languages, enhanced with Hybrid LSP semantic type resolution for key languages like Python, TypeScript, and Java. This deep analysis produces a persistent knowledge graph of functions, classes, call chains, HTTP routes, and cross-service links. Key advantages include its plug-and-play nature, shipping as a single static binary with zero dependencies for macOS, Linux, and Windows, making installation straightforward. It drastically reduces token usage for AI agents, replacing numerous file-by-file searches with efficient graph queries. The server integrates seamlessly with 11 popular coding agents, automatically configuring MCP entries and tools. It includes a built-in 3D graph visualization UI for exploring the knowledge graph and supports infrastructure-as-code indexing for Dockerfiles and Kubernetes manifests. The project provides 14 specialized MCP tools for tasks like search, tracing, architectural analysis, impact analysis, Cypher queries, and dead code detection. Its design and benchmarks are detailed in an associated arXiv preprint, emphasizing its efficiency and superior answer quality for LLM code exploration.

https://github.com/DeusData/codebase-memory-mcp

aiderastclaude-codecode-analysiscode-intelligencecodexcursorcypherdeveloper-toolsgemini-cligraph-visualizationkilocodeknowledge-graphmcpmcp-servermodel-context-protocolopencodesqlitetree-sitterwindsurfcode-explorationAI-agentsstatic-analysisLLM-toolshybrid-LSP

Also in Software Development

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.

upstash/context7

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.

github/github-mcp-server

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.

tirth8205/code-review-graph

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...

oraios/serena

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.

eyaltoledano/claude-task-master

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).

mksglu/context-mode

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...

comet-ml/opik

Opik is an open-source platform for debugging, evaluating, and monitoring large language model applications with comprehensive tracing, automated evaluations, and production-ready dashboards.