Skip to content
Cursor

hivemind for Cursor

io.github.quantulabs/hivemind

Query multiple AI models (OpenAI, Anthropic, Google) for consensus responses.

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",
        "@quantulabs/hivemind"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "GOOGLE_API_KEY": "<GOOGLE_API_KEY>"
      }
    }
  }
}

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

hivemind in other clients