Docsmint
Manage scoped DocsMint documents, folders, categories, search, GraphRAG, and indexing through MCP.
- Transport
- Not stated
- Package
- —
- Registry id
- io.github.HiAi-gg/docsmint
No install snippet on purpose. A working MCP config is a command, its arguments and an environment block — the last two are where API keys live, so this catalogue never stores them and cannot publish them. Follow the link above for the authors' own instructions.
DocsMint Cloud provides a hosted MCP server for searching, reading, and writing workspace knowledge. The hosted MCP offers 21 tools, 2 prompts, and 3 resources for document and knowledge management. Access to the hosted MCP requires an Advanced plan, making it plan-gated.
OAuth authentication is supported with access tokens that expire after one hour. Category-scoped keys restrict access to a specific category and its folder tree. Error responses use HTTP status codes 401 for invalid credentials, 403 for denied access, and 400 for malformed requests.
The MCP endpoint uses Streamable HTTP transport and accepts JSON-RPC requests in POST bodies. The hosted transport is stateless, requiring authentication and workspace context on every POST request.
Summary drafted from the project's own website. Every sentence is backed by text on that page and was reviewed before publishing.