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 CALLS edges; editing a file no longer orphans calls into its symbols
  • Enhanced explore tool — single-call blast-radius analysis with callers, neighbors, inline hotspot flags, and line-numbered source
  • Swift type fidelitystruct/enum/actor are distinct graph labels; enum cases extracted as EnumCase nodes
  • Cypher aggregation fix — non-aggregate functions mixed with aggregates now group correctly
  • detect_changes blast radiusdepth parameter produces transitive caller impact analysis

The fork ships no prebuilt binaries — you build from source to get all integrated fixes.

Installation

Installs
56
GitHub Stars
4
First Seen
Jun 24, 2026
codebase-memory-mcp-pro-knowledge-graph — aradotso/mcp-skills