codebase-memory-mcp - fast code intelligence MCP
MCP server that indexes a codebase into a persistent knowledge graph in milliseconds. 66 languages, sub-ms queries, single static binary.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Recent discussion
From the wider webI built ten custom subagents to tame a 500K-line Clojure codebase
metabase.com · Apr 29, 2026
Building a Harness: How We Standardized Agentic Coding in a Real Codebase
dev.to · Apr 29, 2026
Beyond RAG: How MCP Native Knowledge Graphs Unlock Full Codebase Structural Awareness
medium.com · Apr 29, 2026
I Built an AI Agent That Remembers My Entire Codebase (So I Don't Have To)
dev.to · Apr 29, 2026
We audited the same codebase twice. The score went down. The audit got better. Here is why.
dev.to · Apr 28, 2026
Featured in
Related entries
Graph-Hub - codebase as queryable knowledge graph
Local-first code intelligence layer that turns a codebase into a Kuzu-backed knowledge graph for Claude Code, Cursor, and other MCP clients. Reports up to 85% token savings vs grep-style retrieval.
trace-mcp - framework-aware codebase MCP for coding agents
MCP server with 138 tools and cross-language framework awareness (58 integrations across 81 languages). Indexes Laravel/Inertia/Vue, Rails/Hotwire, Django/HTMX edges so agents skip re-deriving call graphs. Decision memory links architectural choices to the code they're about. Local-first ONNX embeddings, optional LSP enrichment.
mcptube - Karpathy-style LLM wiki for YouTube
MCP server that turns YouTube videos into a persistent, merging wiki rather than ephemeral vector chunks. Scene-change frame extraction + vision analysis captures slides, code, and diagrams that transcripts miss. 25+ MCP tools, FTS5+LLM hybrid retrieval, version history with source attribution per claim.
arbor - graph-native code intelligence
Rust code intelligence engine that builds a deterministic program graph for agents instead of relying on embedding-based RAG. Exposed over MCP for Claude Code and similar clients.