codebase-memory-mcp
High-performance code intelligence MCP server for fast codebase indexing and knowledge graph generation.
- Type
- MCP
- Transport
- stdio
- Open source
- Yes
- GitHub Stars
- ★ 12.4k
- Source
- mcp-github
- Repository
- github.com/DeusData/codebase-memory-mcp
Overview
codebase-memory-mcp is a high-performance code intelligence MCP server that indexes codebases into persistent knowledge graphs. It supports 158 programming languages, delivers query responses in milliseconds, and reduces token usage by 99%. The tool provides a single static binary with no dependencies, and runs on macOS, Linux, and Windows. It generates knowledge graphs containing functions, classes, call chains, and more using tree-sitter AST analysis and Hybrid LSP semantic type resolution. Ideal for AI coding agents requiring efficient code understanding and indexing.
Capabilities
- ▪Millisecond-level codebase indexing
- ▪Support for 158 programming languages
- ▪Sub-millisecond query response
- ▪99% reduction in token usage
- ▪Zero dependencies
- ▪Built-in 3D graphical visualization
Use cases
Setup
curl -fsSL https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.sh | bash
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
What programming languages are supported?
Supports 158 programming languages, including Python, JavaScript, Go, and more.
How do I install it?
Run `curl -fsSL https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.sh | bash` to install.
Is it open source?
Yes, the source code is publicly available on GitHub.
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
private-gpt
Provides a complete API layer for local models, supporting RAG, skills, tools, and more.
planning-with-files
File-based persistent planning skill, ideal for AI coding agents and long-running tasks.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.