Skip to content
Zed

warp ozbridge for Zed

io.github.sena-labs/warp-ozbridge

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

client:Zed transport:stdio runtime:npm

Install warp ozbridge in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

warp ozbridge in other clients