Codebase Memory MCP
Codebase Memory MCP is an open-source MCP server that indexes repositories into a persistent code knowledge graph for fast symbol, semantic, and dependency lookups. Why it matters: Coding agents often lose time and context repeatedly scanning the same files. A dedicated code-memory layer could make repository-aware agents cheaper, faster, and easier to inspect.
Try this: Test it on a disposable repository first, compare one coding-agent task with and without code-memory lookups, and review the generated index before using it on sensitive code.