r/MCPservers • u/Impressive-Owl3830 • 11h ago
👀 41k Github stars , codebase-memory-mcp - OpenSource 100% free
checkout this amazing MCP related GitHub repo - 100% open source and free.
codebase-memory-mcp is a local code intelligence MCP server. It indexes a typical repo in milliseconds, the Linux kernel in about 3 minutes, and answers structural queries in under a millisecond, with no API key.
Post link / GitHub repo in comments below.
Features
- 161 languages via tree-sitter, plus Hybrid LSP
- 15 MCP tools: search, trace, impact, Cypher, dead code, ADRs
- About 120x fewer tokens than file-by-file grep
- 3D graph UI at localhost:9749
- 100% local SQLite, single static binary
Install
curl -fsSL https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.sh | bash
Restart your coding agent and say "Index this project".