PluginBench
MCP Server
Active
MIT

io.github.sena-labs/warp-ozbridge MCP Server

io.github.sena-labs/warp-ozbridge

What is the io.github.sena-labs/warp-ozbridge MCP server?

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

How to install io.github.sena-labs/warp-ozbridge

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "warp-ozbridge": {
      "command": "npx",
      "args": [
        "-y",
        "@sena-labs/oz-mcp-server"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "warp-ozbridge": {
      "command": "npx",
      "args": [
        "-y",
        "@sena-labs/oz-mcp-server"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "warp-ozbridge": {
      "command": "npx",
      "args": [
        "-y",
        "@sena-labs/oz-mcp-server"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "warp-ozbridge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sena-labs/oz-mcp-server"
      ]
    }
  }
}
Claude Code
claude mcp add warp-ozbridge -- npx -y @sena-labs/oz-mcp-server

Related MCP servers

Replicate MCP server - image, video, audio, speech, LLM, vision, upscale, 3D, training. 36 tools.

2
TypeScript
MIT
View repository →