Skip to main content
Glama

Related Servers

Alternatives to codegraph-brain

  • A
    license
    Not graded
    quality
    A
    maintenance
    Supercharges AI coding agents with a pre-indexed semantic code graph, enabling instant symbol relationships, impact analysis, and context retrieval across 20+ languages.
    70,850 npm
    71,313
    MIT

Related Servers

  • A
    license
    B
    quality
    C
    maintenance
    Indexes 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.
    10
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    Whole-repo code graph for AI agents: impact analysis, dead code, cycles, semantic code search — 14 tools via hosted MCP endpoint.
    15
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Indexes 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.
    14
    2
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Deterministic 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#.
    8
    12
    Apache 2.0
  • F
    license
    Not graded
    quality
    A
    maintenance
    Structural code intelligence for AI agents. Scan once, query everything — dead exports, circular imports, dependency graphs, and more. CLI + MCP server.
    6 npm
    9
    -
  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    CodeGraph — 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

A4.5/5.0

Scored across 15 tools

Disambiguation5/5

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.

Naming Consistency4/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityNo data
ResponsivenessResponsive