Skip to content
Claude Desktop

DocsMint for Claude Desktop

io.github.hiai-gg/docsmint

Cloud or self-hosted knowledge for AI agents: hybrid search, reranking, GraphRAG, scoped MCP tools.

client:Claude Desktop transport:streamable-http runtime:npm

Install DocsMint in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "docsmint": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://docsmint.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

DocsMint in other clients