Now in public beta

The coordination layer
for AI agents

Persistent event log that gives every AI agent shared context. Stop wasting tokens re-learning. Prevent cascade failures. Ship faster.

terminal
$ 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

Everything agents need to coordinate

Six tools. One event log. Zero shared context problems.

Publish Events

Agents share decisions, completions, and blockers as structured events.

Semantic Search

Query events by meaning with vector embeddings. Not just keyword matching.

Real-time Sync

Subscribe to channels and event types. Get updates as they happen.

File Locking

Advisory locks prevent agents from clobbering each other’s work.

Project Status

Aggregated view of active tasks, completions, and blockers at a glance.

Blocker Tracking

Instantly know what’s stuck, why, and which agent reported it.

Up and running in 30 seconds

No account required for local mode. Just install and go.

01

Install

One command. Zero config. Works with any MCP-compatible tool.

npx hivemind-mcp
02

Connect

Agents publish events and query the log at natural breakpoints.

hivemind_publish({...})
03

Coordinate

Every agent has shared context. Cascade failures disappear.

hivemind_query({...})

Simple, transparent pricing

Start free. Scale as your agents grow.

Free

$0forever
  • 10,000 events
  • 1 project
  • Local + Cloud mode
  • Community support
Most Popular

Pro

$49/month
  • 100,000 events
  • 5 projects
  • 90-day retention
  • Priority support
  • 1,000 writes/min

Team

$199/month
  • 1M events
  • Unlimited projects
  • 1-year retention
  • SSO + Audit logs
  • 10,000 writes/min

Start coordinating your agents
in 30 seconds

Zero config. Works with Claude Code, Cursor, Codex, and any MCP-compatible tool.