Skip to content
Cursor

Agent Interop Runtime for Cursor

io.github.praket7/agent-interop-runtime

Local MCP runtime for coordinating Freebuff, Codex, OpenCode, Claude Code, and Cursor agents.

client:Cursor transport:stdio runtime:npm

Install Agent Interop Runtime in Cursor

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

{
  "mcpServers": {
    "agent-interop-runtime": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-interop-runtime"
      ]
    }
  }
}

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

Agent Interop Runtime in other clients