Skip to content
Cursor

agent-talk for Cursor

com.basenull/agent-talk

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

client:Cursor transport:streamable-http

Install agent-talk in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "agent-talk": {
      "url": "https://agent-talk.basenull.com/mcp/{channel_key}"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agent-talk in other clients