kevinelliott/agentpipe
A CLI/TUI app that orchestrates multi-agent conversations by enabling different AI CLI tools (Claude Code, Gemini, Qwen, etc.) to communicate in shared rooms.
Platform-specific configuration:
{
"mcpServers": {
"agentpipe": {
"command": "npx",
"args": [
"-y",
"agentpipe"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...