Dedalus MCP Documentation Server
OfficialRelated Servers
Alternatives to Dedalus MCP Documentation Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceAn MCP server that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.329 npmMIT
- AlicenseAqualityDmaintenanceAn intelligent MCP server that serves as a guardian of development knowledge, providing AI assistants with curated access to latest documentation and best practices.4377 npmMIT
- AlicenseNot gradedqualityDmaintenanceA self-hosted MCP server that provides up-to-date documentation for enterprise and development tools directly to AI coding assistants like Claude Code and Cursor.MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server that gives AI coding assistants access to up-to-date API documentation via RAG by crawling documentation sites, indexing them into a vector store, and enabling semantic queries.MIT
- FlicenseBqualityBmaintenanceA local-only MCP server that provides AI coding agents with up-to-date documentation for specific libraries or tools during feature implementation, including search tools, multi-version support, and user-defined library entries.2-
- AlicenseNot gradedqualityCmaintenanceAn MCP server that provides full-text search over documentation using Whoosh, enabling AI assistants to find up-to-date, authoritative answers.MIT
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: analyze performs analysis tasks, ask answers questions, index rebuilds the index, lists files, and search does keyword matching. No overlap in functionality.
All tools follow a consistent verb_noun pattern (e.g., analyze_docs, ask_docs) using snake_case, making naming predictable and clear.
With 5 tools covering the core documentation operations (list, search, ask, analyze, index), the count is well-scoped for a documentation server without being too few or too many.
The tool surface covers major use cases (searching, querying, analyzing, indexing), but lacks a direct 'get_doc' for raw content retrieval and does not support individual document management (add/delete). Minor gaps that agents can work around.