Let Claude Code agents delegate tasks to agents in other project directories, with parallel dispatch, sessions and async jobs.
Overview
Agent Dispatch
An MCP server and CLI that lets Claude Code agents delegate tasks to agents running in other project directories. Each target agent has its own CLAUDE.md, MCP servers and tools, so you get a team of specialists instead of one generalist.
What it does
- Parallel dispatch across multiple agents
- Multi-turn sessions and async jobs
- Agent-to-agent dialogue
- Self-hosted, no cloud vendor
Written in Python. Repo: https://github.com/ginkida/agent-dispatch
Server Config
{
"mcpServers": {
"agent-dispatch": {
"command": "agent-dispatch",
"args": [
"serve"
]
}
}
}