Skip to content
Cursor

warp ozbridge for Cursor

io.github.sena-labs/warp-ozbridge

OzBridge: run Warp Oz agents from any MCP client — Claude Code, Cursor, Codex, VS Code.

client:Cursor transport:stdio runtime:npm

Install warp ozbridge in Cursor

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

{
  "mcpServers": {
    "warp-ozbridge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sena-labs/oz-mcp-server"
      ]
    }
  }
}

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

warp ozbridge in other clients