Odel
OzBridge

OzBridge

Local
@sena-labs2TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@sena-labs/oz-mcp-serverv1.4.0

Run

npx -y @sena-labs/oz-mcp-server

MCP client config

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