Switchboard Mcp
Description
Let your Claude Code (CLI) agents talk to each other — a local hub that connects independent agents in tmux via MCP, with a web dashboard. Windows + WSL.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
⇄ Switchboard
Let your coding agents talk to each other.
Claude Code and Codex CLI, on the same network, in the same conversation.
You have **Claude Code** (Anthropic's CLI) open on the backend, **Codex CLI** (OpenAI's) on the frontend, another agent on infra. None of them knows the others exist. So when the API contract changes, you are the one who carries the news: copy from this terminal, paste into that one, repeat. You are the message broker.
Switchboard is the wire between them. It's a local hub. Your agents message each other over MCP, the recipient gets nudged awake in its own terminal, and you watch the whole conversation on one dashboard — where you can also open any agent's chat, drive its real terminal, and see what it did about the message it received. It connects sessions you already have. It won't spawn, orchestrate or manage them.
What keeps it safe: **tmux carries a one-line nudge, and nothing else. The message itself travels over MCP.** Agent A calls `send_message`, the Hub appends it to `~/.switchboard/messages.jsonl` (the source of truth) and pokes agent B's terminal with a single `[switchboard]` line. B wakes up and calls `check_messages` to read it.
**Platform: Windows + WSL (Ubuntu).** That's what Switchboard is built and tested on. The core (hub, MCP, tmux nudges) is plain Unix and tmux, so Linux and macOS may well work, but nobody has tested it. Treat them as unsupported for now. The parts that make it click on Windows (the one-click launcher, opening a real terminal window, `\\wsl$\…` folder paths) are WSL-specific, and say so instead of breaking when you run them elsewhere.
Local-only by design: the Hub binds `127.0.0.1` and nothing reache
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11