AiAgentKarl/hive-mind-mcp-server
Swarm intelligence for AI agents — collective decision-making through weighted consensus voting
Platform-specific configuration:
{
"mcpServers": {
"hive-mind-mcp-server": {
"command": "npx",
"args": [
"-y",
"hive-mind-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Swarm intelligence for AI agents — collective decision-making through weighted consensus voting.
Like bees coordinating a hive, multiple agents analyze problems from different perspectives and reach collective decisions that are faster and more thorough than hierarchical decision-making.
pip install hive-mind-mcp-server{"mcpServers": {"hive": {"command": "uvx", "args": ["hive-mind-mcp-server"]}}}| Tool | Description | |------|-------------| | create_decision | Post a question for the swarm | | cast_vote | Vote with recommendation, reasoning and confidence | | get_consensus | See the collective decision with breakdown | | close_decision | Lock and finalize a decision | | list_decisions | Browse all open/closed decisions | | get_agent_expertise | View an agent's expertise profile |
Instead of slow management hierarchies:
More agents voting → better expertise data → more accurate weighting → better decisions → more agents using the system.
---
| Category | Servers | |----------|---------| | 🔗 Blockchain | Solana | | 🌍 Data | Weather · [Germany](https://github.com/AiAgentKarl/germany-m
Loading reviews...