squawkbox

BenWiseman/squawkbox
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Token efficient MCP server for multi agent coordination
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "squawkbox": {
      "command": "npx",
      "args": [
        "-y",
        "BenWiseman/squawkbox"
      ]
    }
  }
}

README Excerpt

**The intercom for your AI agents.** Run two coding agents in the same repo and they clobber each other — Claude edits a file while Codex is mid-refactor on it, because neither has a channel to say "I've got this." squawkbox is a tiny localhost message broker, exposed over MCP, that gives them that channel.

Tools (5)

peekrecvrenamesendwho