codebase-graph

Phoenixrr2113/codebase-graph
★ 1 stars TypeScript 🤖 AI/LLM Updated 2d ago
Code knowledge graph and MCP search server with tree-sitter parsing, vector + reranker retrieval, and bitemporal knowledge.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "codebase-graph": {
      "command": "npx",
      "args": [
        "-y",
        "Phoenixrr2113/codebase-graph"
      ]
    }
  }
}

README Excerpt

A code knowledge graph and search system for AI agents. Indexes your codebase into a graph database, embeds symbols and documentation, and exposes search through a Model Context Protocol (MCP) server. - **Search code by meaning** — vector embeddings + cross-encoder reranking find the function, class, or interface you describe, even when you don't know the name. Internal benchmark: MRR 0.969, Success@1 94%, Success@5 100%, ~447ms latency on a project of ~2.3K nodes.

Topics

aiai-toolsastautomationclaudeclaude-codecode-analysiscode-intelligencecode-searchcursordeveloper-toolsfalkordbknowledge-graphmcpmcp-server