codebase-memory-mcp-pro-knowledge-graph
Installation
SKILL.md
codebase-memory-mcp-pro Knowledge Graph
Skill by ara.so — MCP Skills collection.
Overview
codebase-memory-mcp-pro is a community fork of DeusData/codebase-memory-mcp that provides a pure-C knowledge graph MCP server for AI code exploration. It indexes codebases using tree-sitter AST analysis across 158 languages, building a persistent graph of functions, classes, call chains, and cross-file references.
Key improvements in this fork:
- Incremental-reindex correctness — preserves inbound cross-file
CALLSedges; editing a file no longer orphans calls into its symbols - Enhanced
exploretool — single-call blast-radius analysis with callers, neighbors, inline hotspot flags, and line-numbered source - Swift type fidelity —
struct/enum/actorare distinct graph labels; enum cases extracted asEnumCasenodes - Cypher aggregation fix — non-aggregate functions mixed with aggregates now group correctly
detect_changesblast radius —depthparameter produces transitive caller impact analysis
The fork ships no prebuilt binaries — you build from source to get all integrated fixes.