Skip to content
VS Code

Agent Interop Runtime for VS Code

io.github.praket7/agent-interop-runtime

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

client:VS Code transport:stdio runtime:npm

Install Agent Interop Runtime in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Agent Interop Runtime in other clients