rag-rat
Related Servers
Alternatives to rag-rat
- AlicenseAqualityAmaintenanceGraph-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.6120 PyPI16MIT
- AlicenseAqualityAmaintenanceProvides 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.106,415AGPL 3.0
Related Servers
- AlicenseCqualityAmaintenanceLocal-first codebase intelligence engine providing AI coding agents with a typed MCP toolset for understanding and navigating code repositories.10051Apache 2.0
- AlicenseNot gradedqualityAmaintenanceLocal-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 npmMIT
- AlicenseNot gradedqualityBmaintenanceOffline-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
- AlicenseNot gradedqualityBmaintenanceLocal-first MCP-style code memory for research repositories: enables file search, Python symbol extraction, import graph, and repo context packs.MIT
- AlicenseNot gradedqualityBmaintenanceEnables 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 npm14Business Source 1.1
- AlicenseNot gradedqualityAmaintenanceLocal 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 npmMIT
TDQS
Scored across 47 tools
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.
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.
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.
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.