PluginBench
MCP Server

io.github.keshrath/agent-comm MCP Server

io.github.keshrath/agent-comm

What is the io.github.keshrath/agent-comm MCP server?

Agent intercommunication - messaging, channels, shared state, and real-time events

How to install io.github.keshrath/agent-comm

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-comm": {
      "command": "npx",
      "args": [
        "-y",
        "agent-comm"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agent-comm": {
      "command": "npx",
      "args": [
        "-y",
        "agent-comm"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agent-comm": {
      "command": "npx",
      "args": [
        "-y",
        "agent-comm"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agent-comm": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-comm"
      ]
    }
  }
}
Claude Code
claude mcp add agent-comm -- npx -y agent-comm

Related MCP servers

MCP server registry and marketplace - discover, install, activate tools on demand

View repository →

Cross-session memory for AI agents - knowledge graph, scoring, semantic search

View repository →

Pipeline task management for AI agents - stages, dependencies, artifacts, claiming

View repository →