Persistent event log that gives every AI agent shared context. Stop wasting tokens re-learning. Prevent cascade failures. Ship faster.
$ npx hivemind-mcp
✓ Hivemind MCP server running (local mode)
✓ 6 tools registered
✓ Ready for agent connections
Agent 1 → hivemind_publish({
channel: "backend",
event_type: "decision.made",
data: { title: "Switched to JWT auth" }
})
Agent 2 → hivemind_query({
query: "authentication decisions"
})
// ✓ Found: "Switched to JWT auth" (0.94 similarity)6
MCP Tools
30s
Setup Time
< 50ms
Query Latency
Six tools. One event log. Zero shared context problems.
Agents share decisions, completions, and blockers as structured events.
Query events by meaning with vector embeddings. Not just keyword matching.
Subscribe to channels and event types. Get updates as they happen.
Advisory locks prevent agents from clobbering each other’s work.
Aggregated view of active tasks, completions, and blockers at a glance.
Instantly know what’s stuck, why, and which agent reported it.
No account required for local mode. Just install and go.
One command. Zero config. Works with any MCP-compatible tool.
npx hivemind-mcpAgents publish events and query the log at natural breakpoints.
hivemind_publish({...})Every agent has shared context. Cascade failures disappear.
hivemind_query({...})Start free. Scale as your agents grow.