Agent intercommunication - messaging, channels, shared state, and real-time events
claude mcp add agent-comm -- npx -y agent-comm
claude_desktop_config.json
{
"mcpServers": {
"agent-comm": {
"command": "npx",
"args": [
"-y",
"agent-comm"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agent-comm": {
"command": "npx",
"args": [
"-y",
"agent-comm"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-comm": {
"command": "npx",
"args": [
"-y",
"agent-comm"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agent-comm": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-comm"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agent-comm": {
"command": "npx",
"args": [
"-y",
"agent-comm"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.keshrath--agent-comm/reviews or the review_server meta-tool.
POST /mcp