mcp_server_document_manager
Related Servers
Alternatives to mcp_server_document_manager
No user-submitted related servers found.
Related Servers
- FlicenseAqualityCmaintenanceThis MCP server enables interactive chat with AI models via the Anthropic API, supporting document retrieval and command-based prompts.2-
- FlicenseNot gradedqualityCmaintenanceA command-line interface MCP server that enables interactive chat with Anthropic AI models, supporting document retrieval and extensible command-based tools.-
- FlicenseNot gradedqualityDmaintenanceAn MCP server that provides document management capabilities including reading, editing, and summarizing documents through a CLI chat interface powered by Claude AI.-
- FlicenseNot gradedqualityCmaintenanceThis MCP server powers a chat CLI for Claude or Gemini, letting users reference local documents by ID and execute MCP prompts through natural language.-
- 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.19 npmMIT
- FlicenseAqualityDmaintenanceAn MCP server that provides indexed, searchable access to Anthropic Claude and Google Gemini documentation, with full-text search, page fetching, and section listing capabilities.4-
TDQS
Scored across 2 tools
Read and edit are fundamentally distinct operations with no overlap. An agent can easily determine which tool to use based on whether it needs to view or modify a document.
Both tools follow the same verb_noun pattern: read_doc and edit_doc. The naming is perfectly consistent and predictable.
With only 2 tools, the set feels thin for a 'document manager,' but it is not extreme. The count is borderline and could be acceptable only if the server is intentionally scoped to just read and edit operations.
The tool surface lacks obvious document management operations such as create, delete, list, or search. Agents would hit dead ends if they need to add or remove documents, making the server significantly incomplete for its stated domain.