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).
Run
npx -y @sena-labs/oz-mcp-server
MCP client config
{
"mcpServers": {
"ozbridge": {
"command": "npx",
"args": [
"-y",
"@sena-labs/oz-mcp-server"
]
}
}
}