#37 · Primary category: AI Coding Assistants

codebase-memory-mcp

aider ast claude-code code-analysis code-intelligence codex cursor cypher developer-tools gemini-cli graph-visualization kilocode knowledge-graph mcp mcp-server model-context-protocol opencode sqlite tree-sitter windsurf

High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.

Project last updated:08/29/26

GitHub Stars

41.1K

Forks

3.3K

Contributors

142

License

MIT

Why we included this project

Coding agents spend a lot of their context budget re-reading files to answer basic structural questions. This MCP server heads that off by indexing the codebase into a persistent knowledge graph: it parses source with tree-sitter across 158 languages and records functions, classes, call chains, HTTP routes, and cross-service links, then exposes the result through 15 MCP tools for search, tracing, impact analysis, and dead-code detection. One graph query can replace a dozen file reads, which is exactly what you want in a large monorepo where the context window fills up fast. It runs as a single static binary with no runtime dependencies and no API keys, so setup is a download-and-install step rather than a deployment project. Teams on Claude Code, Cursor, Codex, or similar agents get reliable structural answers without the code ever leaving the machine.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category