Docs Mint MCP Server

Turn your documents into knowledge you and your AI agents can use. Write and organize notes, guides, and project documentation in one workspace.

People who work with graphrag, knowledge management and pwa and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 59 · #21 OF 208 MAINTAINED DOCUMENTATION · VERIFIED 2026-09-18

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Docs Mint

before you install - you'll need

Set HIAI_DOCS_URL, HIAI_DOCS_API_KEY, OPENROUTER_API_KEY, AI_PROVIDER, OLLAMA_PORT before connecting.

Claude Code

claude mcp add hiai-gg-docsmint --transport http https://docsmint.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "hiai-gg-docsmint": {
      "url": "https://docsmint.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://docsmint.com/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-09-18

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to docsmint.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license Apache-2.0 - declared in the repository

npm package @hiai-gg/docsmint - published under the repo owner's npm scope (@hiai-gg)

registry namespace io.github.HiAi-gg is GitHub-verified and matches the repo owner

03 · What Docs Mint can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.8.7 · 2026-09-16

DocsMint 0.8.7 - Complete more document workflows through MCP · Agents can now move documents to trash, remove folders or categories, and restore · saved document content through the same scoped MCP connection used for…

v0.8.6 · 2026-09-16

DocsMint 0.8.6 - Docker listing and installation links · DocsMint brings your documents and AI agents into one knowledge workspace. · This patch completes the publication improvements introduced in 0.8.5. · What's…

v0.8.4 · 2026-09-14

v0.8.4 Cloud MCP onboarding and access verification

04 · Who maintains Docs Mint

DocsMint is maintained by hiai-gg. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
documentation - ranked #21 of 208 actively-maintained documentation servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-16)
registry
io.github.HiAi-gg/docsmint (active, first published 2026-08-20 · 16 versions)
packages
npm:@hiai-gg/docsmint

06 · Docs Mint FAQ

What is Docs Mint?

Turn your documents into knowledge you and your AI agents can use. Write and organize notes, guides, and project documentation in one workspace.

Is Docs Mint still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Docs Mint?

Run `npx -y @hiai-gg/docsmint`. The README documents 5 environment variables (HIAI_DOCS_URL, HIAI_DOCS_API_KEY, OPENROUTER_API_KEY…) to set first. Set HIAI_DOCS_URL, HIAI_DOCS_API_KEY, OPENROUTER_API_KEY, AI_PROVIDER, OLLAMA_PORT before connecting. You can also paste the ready-made client config above.

Does Docs Mint require authentication?

Yes - when we probed the endpoint on 2026-09-18, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Docs Mint