All activity
MACP is a protocol for live coordination between AI agents during execution. It adds the layer orchestration often misses: shared ownership, real-time updates, and priority-ranked signals while work is in progress. With a lightweight SQLite-backed message bus, durable delivery, and practical integration through a TypeScript core and MCP server, MACP helps multiple agents stay aligned and avoid collisions.
MACP: the Multi-Agent Cognition ProtocolA real-time cognition protocol for AI agents
PanbergColeft a comment
I built MACP because once multiple autonomous AI agents are working in parallel, orchestration alone is not enough. Agents also need a shared way to signal ownership, share findings, surface important updates, and adapt while work is still in progress. MACP is a protocol for that coordination layer. It uses a lightweight shared message bus with durable delivery and priority-ranked signals, so...
MACP: the Multi-Agent Cognition ProtocolA real-time cognition protocol for AI agents
