Skip to main content
Glama

Related Servers

Alternatives to rag-rat

  • A
    license
    A
    quality
    A
    maintenance
    Graph-based tool retrieval for LLM agents. Builds a tool graph from OpenAPI/MCP specs and retrieves multi-step workflows via hybrid search (BM25 + graph traversal + embedding), recovering accuracy from 12% to 82% with 79% fewer tokens. Also works as an MCP Proxy to aggregate multiple servers behind 3 meta-tools.
    6
    120 PyPI
    16
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Provides AI coding agents with five intelligence layers (dependency graph, git history, documentation, architectural decisions, code health) via nine MCP tools, enabling deep codebase understanding and reducing exploration cost.
    10
    6,415
    AGPL 3.0

Related Servers

  • A
    license
    C
    quality
    A
    maintenance
    Local-first codebase intelligence engine providing AI coding agents with a typed MCP toolset for understanding and navigating code repositories.
    100
    51
    Apache 2.0
  • A
    license
    Not graded
    quality
    A
    maintenance
    Local-first repository memory for AI coding agents that indexes codebases into SQLite and exposes it through MCP tools, with a browser dashboard for architecture inspection.
    12 npm
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Offline-first, persistent repository memory for coding agents. Provides MCP tools for repository scanning, searching, context, and impact analysis, helping agents navigate and edit code efficiently.
    Apache 2.0
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables coding agents to query a local, multi-repo code graph for symbol exploration, blast radius analysis, co-change mining, and durable code-anchored memory via MCP tools.
    1,008 npm
    14
    Business Source 1.1
  • A
    license
    Not graded
    quality
    A
    maintenance
    Local repository intelligence MCP server that builds a reusable graph of code structure for AI coding agents, providing 34 network-free tools for understanding, searching, and analyzing repositories without data leaving the machine.
    40 npm
    MIT

TDQS

B3.1/5.0

Scored across 47 tools

Disambiguation3/5

Most tools have distinct anchors and the descriptions help, but the set is dense enough that several pairings blur together: memory_validate vs memory_doctor, commit_search vs commits_touching_query, and the four domain-specific search tools (semantic_search, commit_search, papertrail_issue_search, rationale_search). An agent can usually pick correctly, but with 47 tools misselection risk is real.

Naming Consistency3/5

Prefix families such as memory_* and papertrail_* are consistent, but the overall naming mixes noun phrases (symbol_lookup, repo_brief), verb phrases (heal_index, find_callers), and odd asymmetries like commit_search vs commits_touching_query. It is readable, but the convention is not uniform.

Tool Count2/5

47 tools is far beyond the typical well-scoped tool surface and pushes the server into awkward density even for a broad code-intelligence domain. Many status, graph, search, and memory subdomains could be collapsed or grouped without losing capability.

Completeness4/5

The surface covers memory CRUD, code graph queries, semantic/lexical search, git history, papertrail evidence, diagnostics, and maintenance workflows quite thoroughly. The main gaps are that some advanced checks depend on CLI-side bootstrap work like 'oracle run', and source reading is chunk-id-centric rather than offering a direct path-based read fixture.

Maintenance

ActivityActive
ResponsivenessResponsive