Stats
Actions
Tags
From agent-comms
Provides a bridge for Claude Code to communicate with other AI agents or services, enabling multi-agent workflows. Runs locally via stdio.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"agent-comms": {
"command": "npx",
"args": [
"agent-comms",
"bridge",
"claude-code"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub exadev/agent-comms --plugin agent-comms