codegraph-brain
Related Servers
Alternatives to codegraph-brain
- AlicenseNot gradedqualityAmaintenanceSupercharges AI coding agents with a pre-indexed semantic code graph, enabling instant symbol relationships, impact analysis, and context retrieval across 20+ languages.70,850 npm71,313MIT

CodeGraphofficial
AlicenseNot gradedqualityAmaintenanceBuilds a semantic graph of codebases across 38 languages and exposes 42 MCP tools for structured code understanding, search, and impact analysis.86Apache 2.0
Related Servers
- AlicenseBqualityCmaintenanceIndexes a Python/JS/TS repository into a local SQLite knowledge graph so agents can trace callers, callees, imports, subclasses and covering tests, measure impact radius, rank diff risk, and summarize architecture without grepping files. Exposes these queries as MCP tools alongside an equivalent CLI, with no daemon, embeddings, or network access.10MIT
- AlicenseBqualityCmaintenanceWhole-repo code graph for AI agents: impact analysis, dead code, cycles, semantic code search — 14 tools via hosted MCP endpoint.15MIT
- AlicenseAqualityBmaintenanceIndexes any TypeScript / React / Next.js repo into a queryable code graph and exposes 13 MCP tools — who-renders, who-calls, find-references, blast-radius, find-cycles, dead-code orphans, and local semantic search — so agents query structure instead of reading whole files. Built on ts-morph, so edges are resolved, not grepped.142MIT

mcp-reposkeinofficial
AlicenseAqualityAmaintenanceDeterministic code-graph (GraphRAG) over your repo for LLM agents — local-first, git-native, zero-infra, served via MCP. Python, TS/JS, Rust, Go, Java, C#.812Apache 2.0
loctree-mcpofficial
FlicenseNot gradedqualityAmaintenanceStructural code intelligence for AI agents. Scan once, query everything — dead exports, circular imports, dependency graphs, and more. CLI + MCP server.6 npm9-- AlicenseNot gradedqualityNot gradedmaintenanceCodeGraph — Open-source code intelligence MCP server. Builds a semantic graph of your codebase (functions, classes, imports, call chains) and exposes it through 31 tools. Callers, callees, impact analysis, complexity metrics, unused code detection, AI context assembly, persistent memory, cross-project search. 15 languages via tree-sitter. Single Rust binary, local-first.248 npm-
TDQS
Scored across 15 tools
Each tool targets a distinct concern: ingestion, validation, symbol lookup, downward/upward traversal, structure, context, global metrics, drift, community detection, orphans, reachability, and motif analysis. Potentially overlapping traversal tools are explicitly cross-referenced in their descriptions, making selection unambiguous.
All tools share the cgis_ prefix and snake_case, and most follow a verb_noun pattern (trace_flow, find_symbol, audit_reachability). A few noun-only names (overview, context, metrics, drift, fractal) deviate from the pattern, but the convention remains readable and predictable.
15 tools is well within the ideal range and each tool earns its place across the code-graph analysis lifecycle. The count feels comprehensive without being bloated.
The surface covers the full workflow: ingest, validate, orient, navigate, inspect, analyze impact/flow, compute metrics, detect drift, suggest boundaries, find dead code, and audit reachability. No obvious gaps or dead ends for the stated purpose of code knowledge graph analysis.