Agent-agnostic MCP server: two coding agents on two machines coordinate over an end-to-end-encrypted doublethink channel.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agent-doublethink": {
"command": "go",
"args": [
"run",
"github.com/ra-yavuz/agent-doublethink@latest"
]
}
}
}
Run in terminal:
claude mcp add agent-doublethink go run github.com/ra-yavuz/agent-doublethink@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent-doublethink": {
"command": "go",
"args": [
"run",
"github.com/ra-yavuz/agent-doublethink@latest"
]
}
}
}