
Codebase Memory MCP
Open-source MCP server that indexes codebases into a persistent knowledge graph for fast structural queries by AI coding tools.
๐ก๏ธ AgentReady threat assessment
MAESTRO 7-layer threat model + OWASP AIVSS risk score for Codebase Memory MCP, derived from its capabilities.
Overview
Codebase Memory MCP is an open-source code intelligence MCP server from DeusData. It indexes repositories into a persistent knowledge graph so compatible coding tools can query functions, classes, call chains, HTTP routes, and cross-service links with fewer tokens. The GitHub project describes support for tree-sitter AST analysis across 158 languages, hybrid LSP semantic type resolution for major languages including Python, TypeScript, JavaScript, PHP, C#, Go, C, C++, Java, Kotlin, and Rust, 14 MCP tools, and distribution as a single static binary for macOS, Linux, and Windows with zero dependencies.
Key features
- MCP
- code intelligence
- knowledge graph
- tree-sitter
- static analysis
- code search
- developer tools
Use cases
- Indexing codebases into a persistent knowledge graph
- Answering structural code questions through MCP tools
- Reducing token usage during repository exploration
- Finding functions, classes, call chains, routes, and cross-service links
- Adding code intelligence to compatible coding assistants