document-manager-mcp
Related Servers
Alternatives to document-manager-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceMCP server for a content-first knowledge base, enabling AI agents to search (full-text, semantic, hybrid) and retrieve Markdown documents, list content, and find related docs.7 npmMIT
- FlicenseNot gradedqualityBmaintenanceMCP server that exposes one or more documentation folders (Markdown, MDX, TXT) to AI agents, enabling listing, reading, and searching of documentation files.-
- AlicenseNot gradedqualityDmaintenanceGeneric MCP server that exposes Markdown documentation to LLMs, enabling them to search and answer questions about any software documentation.MIT
- AlicenseNot gradedqualityDmaintenanceProvides semantic search over markdown documentation using RAG, allowing natural language queries and integration with MCP clients.1MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for structured document management of markdown and YAML files, with RBAC, git-based approval workflows, and semantic search, enabling agents to read, edit, and maintain documents under governance.MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for documentation search that automatically indexes web documentation sites and provides semantic, full-text, or hybrid search capabilities.2 npmMIT
TDQS
Scored across 7 tools
Most tools are distinct (list, read, delete, search), but write_doc and create_doc both can create files, and product_vision_and_strategy overlaps with read/create for a specific doc. The descriptions help differentiate, but an agent might misselect for creation tasks.
The verb_noun pattern (list_docs, read_doc, write_doc, create_doc, delete_doc, search_docs) is consistent, though singular/plural varies. product_vision_and_strategy breaks the pattern as a noun phrase.
Seven tools is appropriate for a document manager, covering core operations without bloat.
The set provides full CRUD (create via create_doc/write_doc, read, update via write_doc, delete), plus list and search. No obvious gaps for the domain.