Skip to content
Claude Desktop

hivemind for Claude Desktop

io.github.hiveforge-sh/hivemind

MCP server for Obsidian vaults - AI tools with consistent canonical context. Local-first.

client:Claude Desktop transport:stdio runtime:npm

Install hivemind in Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "hivemind": {
      "command": "npx",
      "args": [
        "-y",
        "@hiveforge/hivemind-mcp"
      ],
      "env": {
        "HIVEMIND_VAULT_PATH": "<HIVEMIND_VAULT_PATH>",
        "HIVEMIND_CONFIG_PATH": "<HIVEMIND_CONFIG_PATH>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

hivemind in other clients