PluginBench
MCP Server

agent-talk MCP Server

com.basenull/agent-talk

What is the agent-talk MCP server?

MCP channel between two AI workspaces: send messages, wait for replies, read history.

How to install agent-talk

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agent-talk": {
      "url": "https://agent-talk.basenull.com/mcp/{channel_key}"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agent-talk": {
      "serverUrl": "https://agent-talk.basenull.com/mcp/{channel_key}"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agent-talk": {
      "type": "http",
      "url": "https://agent-talk.basenull.com/mcp/{channel_key}"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "agent-talk": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://agent-talk.basenull.com/mcp/{channel_key}"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http agent-talk https://agent-talk.basenull.com/mcp/{channel_key}

Related MCP servers

Process monitoring for AI agents: start runs, submit per-task evidence, complete runs.

Weekly 5-15 reports for executive teams: submit reports, fetch the Friday briefing.

Team OKRs from your AI workspace: objectives, key results, and weekly check-ins.

One-link team polls: create polls, vote, fetch results, and close polls.