Query multiple AI models (OpenAI, Anthropic, Google) for consensus responses.
If you already use Hivemind, the hivemind mcp server is the piece that lets your assistant work with it directly. Query multiple AI models (OpenAI, Anthropic, Google) for consensus responses.
Multi-model AI consensus platform that queries GPT-5.2, Claude Opus 4.5, and Gemini 3 Pro simultaneously to deliver synthesized, high-confidence responses.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
hivemind — Query models and get synthesized consensusconfigure_keys — Set API keys (stored securely)check_status — Check configuration and active providersconfigure_hive — Toggle grounding search and settingscheck_stats — View token usage and cost statisticsRequirements — The Requirements tool exposed by this serverInstallation — The Installation tool exposed by this serverConfiguration — Create ~/.config/hivemind/.env: bash OPENAI_API_KEY=sk-... GOOGLE_API_KEY=AIza..Usage — Claude orchestrates the consensus from GPT-5.2 and Gemini 3 Pro responsesFeatures — The Features tool exposed by this serverSecurity — The Security tool exposed by this serverOpenAI — The OpenAI tool exposed by this serverInstallation goes through your MCP client rather than a global install: point it at @quantulabs/hivemind on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Configuration is passed through the environment: OPENAI_API_KEY, GOOGLE_API_KEY, ANTHROPIC_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the AI and media services options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Hivemind's toolset — hivemind, configure_keys, check_status and 11 more — is a fair guide to whether it matches your workflow. It is maintained by QuantuLabs; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| hivemind | Query models and get synthesized consensus |
| configure_keys | Set API keys (stored securely) |
| check_status | Check configuration and active providers |
| configure_hive | Toggle grounding search and settings |
| check_stats | View token usage and cost statistics |
| Requirements | The Requirements tool exposed by this server. |
| Installation | The Installation tool exposed by this server. |
| Configuration | Create ~/.config/hivemind/.env: bash OPENAI_API_KEY=sk-... GOOGLE_API_KEY=AIza... |
| Usage | Claude orchestrates the consensus from GPT-5.2 and Gemini 3 Pro responses. |
| Features | The Features tool exposed by this server. |
| Security | The Security tool exposed by this server. |
| OpenAI | The OpenAI tool exposed by this server. |
| Anthropic | The Anthropic tool exposed by this server. |
| The Google tool exposed by this server. |
{
"mcpServers": {
"hivemind": {
"command": "npx",
"args": ["-y", "@quantulabs/hivemind"],
"env": {
"OPENAI_API_KEY": "your-value",
"GOOGLE_API_KEY": "your-value",
"ANTHROPIC_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| OPENAI_API_KEY | Credential the server authenticates with. | Yes |
| GOOGLE_API_KEY | Credential the server authenticates with. | Yes |
| ANTHROPIC_API_KEY | Credential the server authenticates with. | Yes |
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Give your assistant a voice — text-to-speech, voice cloning and audio tools from the ElevenLabs API.
Give your assistant a real code sandbox — isolated cloud VMs for actually running the code it writes.
The ML hub in your context window — search models, datasets, papers and run Spaces from the official server.