agent-coordination — independent software & tools
-
dibs
Keeps your agents in the loop about each other. See what the fleet is doing, then message, sync and send files between agents. Dibs reports; it never acts.
-
director
Coordination ledger for coding agents: what was decided, what's still open, where you parked — durable across sessions, repos, and weeks. Memory tools store what the agent knows; Director tracks the state of the work. Run both: they don't overlap. Claude Code + OpenAI Codex.
-
klypix-mcp
Shared project brain and coordination layer for multi-agent coding — versioned decisions, evidence, active work, handoffs, and overlap awareness.
-
agentflare
Run AI coding agents efficiently, and coordinate more than one of them. Zero fluff, zero runtime deps.
-
twining-mcp
Agent coordination MCP server — shared blackboard, decision tracking, and context assembly
-
gemot
Structured deliberation MCP server for AI agent coordination
-
bot-relay-mcp
MCP coordination primitive for multi-agent workflows. LLM-agnostic, CLI-agnostic, self-hostable. TypeScript + SQLite.
-
EstreGenesis
Run Claude, Cursor, Copilot, and Gemini on the same codebase without rule-file chaos. Bilingual (EN/KO) AGENTS.md-first seed prompts for bootstrap, migration, and multi-agent coordination.
-
UST-Protocol
RSS for state. Open portable evidence layer for machine state - preserving what an agent or system saw, produced, derived and learned, so another party or future agent can verify the lineage independently.
-
junto-memory
Persistent shared memory and coordination MCP server for multi-agent AI workflows. The memory component of the Junto system. MongoDB + ChromaDB. Production-tested with 6+ agents over 500+ sessions.