Best for
- AI coding-agent users who need local code-structure analysis
- Development teams seeking to reduce file-by-file search and context-token usage
- Projects requiring cross-file, cross-package, or cross-repository relationship queries
Based on the supplied repository description, server.json, and README: this is an MIT-licensed, local, stdio-based code-intelligence MCP server. Upstream product or protocol ownership is not evidenced by the supplied material, so official is false.
Codebase Memory is a high-performance code-intelligence MCP server that indexes repositories into a persistent knowledge graph. It supports 158 languages, sub-millisecond structural queries, and 15 MCP tools. It uses tree-sitter AST analysis with Hybrid LSP type resolution for selected languages; processing is local and the server does not include an LLM.
Use the macOS/Linux installer or Windows PowerShell installer, or download a platform-specific binary from GitHub Releases. Restart the coding agent and say “Index this project.” You may also add the provided stdio configuration manually to an MCP configuration file.
{"mcpServers":{"codebase-memory-mcp":{"command":"/path/to/codebase-memory-mcp","args":[]}}}