metax-docs-mcp
Related Servers
Alternatives to metax-docs-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceEnables coding agents to search a local, offline archive of past sessions and repository Markdown docs using hybrid lexical and semantic retrieval, and read matching records to ground new work in prior knowledge without external calls.2MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to search and ask questions about a local codebase with citations, using BM25 and optional embeddings, all offline.1 npm1MIT
- FlicenseBqualityBmaintenanceEnables coding agents to search locally indexed repositories with hybrid semantic and lexical retrieval, returning exact source citations with file paths and line ranges.4-
- AlicenseAqualityCmaintenanceEnables local-first hybrid knowledge retrieval from authorized Markdown and plain-text files, combining full-text and vector search with reranking and traceable source references via a single search tool.1MIT
- AlicenseBqualityBmaintenanceEnables local agents to search and retrieve cited evidence from PDFs and Markdown notes, including page-specific passages and rendered page images.6GPL 3.0
- FlicenseAqualityDmaintenanceEnables AI coding agents to search and retrieve official CryoSPARC documentation with version awareness, using a local prebuilt index for safe and fast access.3-
TDQS
Scored across 4 tools
Each tool has a distinct role: search across the index, read a full document, read a section within a document, and list sources. There is minor potential confusion between get_metax_document and get_metax_section, but the descriptions make the boundary clear.
All tool names follow a consistent verb_metax_noun pattern: search_metax_docs, get_metax_document, get_metax_section, list_metax_sources. The convention is uniform and predictable.
With four tools, the set is well-scoped for a read-only documentation index. It covers search, retrieval at two granularities, and source provenance without unnecessary additions.
The surface covers the core needs of searching and reading indexed documentation, including provenance listing. A minor gap is not having a way to enumerate all documents outside of search, but the existing tools handle typical workflows.