Too Many Cooks
Coordinate multiple AI agents working on the same codebase. File locking, messaging, and shared plans β no more conflicts.
# Install globally
npm install -g too-many-cooks
# Add to Claude Code
claude mcp add --transport stdio too-many-cooks -- too-many-cooks
Too Many Cooks is an MCP server that lets multiple AI agents coordinate when editing the same codebase. Agents register with a key, lock files before editing, post messages to each other, and share plans. It prevents conflicts and keeps agents in sync.
Coordination Tools
Five MCP tools for multi-agent coordination.
Register
Each agent registers with a unique key on startup. Required before using any other tool.
Learn more →Lock
Lock files or resources before editing. Other agents see the lock and wait or choose a different file.
Learn more →Messages
Post and read messages between agents. Keep other agents informed about your progress and intent.
Learn more →Plans
Share your plan with other agents before starting. Avoid redundant work and coordinate changes.
Learn more →Status
Check the current state β who is registered, what is locked, what plans are active.
Learn more →