Docs Mint MCP Server

A self-hosted AI-native knowledge workspace and installable PWA for people, applications, and AI agents.

People connecting documentation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 72 · #18 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

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-08-25

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.6.8 · 2026-08-21

v0.6.7 · 2026-08-20

v0.6.6 · 2026-08-20

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 #18 of 183 actively-maintained documentation servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-21)
registry
io.github.HiAi-gg/docsmint (active, first published 2026-08-20 · 4 versions)
packages
npm:@hiai-gg/docsmint

06 · Docs Mint FAQ

What is Docs Mint?

A self-hosted AI-native knowledge workspace and installable PWA for people, applications, and AI agents.

Is Docs Mint still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 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-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Docs Mint