Walkie-talkie MCP server for AI coding agents — Claude Code, Cursor, Cline, Claude Desktop talk to each other across machines via long-polling HTTP
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rogerthat": {
"command": "npx",
"args": [
"-y",
"opcastil11/rogerthat"
]
}
}
}
Run in terminal:
claude mcp add rogerthat npx -y opcastil11/rogerthat
Add to .cursor/mcp.json:
{
"mcpServers": {
"rogerthat": {
"command": "npx",
"args": [
"-y",
"opcastil11/rogerthat"
]
}
}
}