agent-docs-mcp
Related Servers
Alternatives to agent-docs-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceAn MCP server that gives AI coding agents structured access to a project's architecture, rules, modules, and technical decisions.MIT
- AlicenseAqualityAmaintenanceMCP server that analyzes codebases with tree-sitter and generates AGENTS.md files for AI agents.36MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI agents to navigate and understand codebases through file descriptions, semantic search, and code recommendations without repeatedly scanning files.MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI agents to directly manage GitHub repositories, including PRs, issues, and code search, using natural language.MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that gives AI agents structured code understanding and precise code intelligence via local indexing of AST, call graphs, and semantic search.814Apache 2.0
- AlicenseNot gradedqualityBmaintenanceMCP server that gives AI coding agents persistent memory across sessions, storing architecture decisions, past bugs, and codebase conventions locally.3MIT
TDQS
Scored across 2 tools
read_agent_docs and search_agent_docs are clearly differentiated by mode: one retrieves full documentation/context, the other finds specific guidance. There is some conceptual overlap since both access the same docs, but descriptions make the boundary clear.
Both tools follow the same verb_noun pattern: read_agent_docs and search_agent_docs. The naming is consistent, predictable, and clearly indicates what each tool does.
With only two tools, the server feels minimal, but the scope is narrowly focused on documentation access. This falls into the borderline range where 1-2 tools feels thin, though it is not unreasonable for a docs-only server.
Read and search cover the main documentation-retrieval workflows with no obvious dead ends. A list/discovery tool could be a minor enhancement, but it is not strictly necessary since search can locate relevant docs.