Skip to content
Cursor

hivemind for Cursor

io.github.hiveforge-sh/hivemind

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

client:Cursor transport:stdio runtime:npm

Install hivemind in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

hivemind in other clients