Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ€– Coding Agents
  3. Oz MCP Server
Oz MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 6:31:30 PM

Oz MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository3 GitHub StarsTotal stargazers on GitHub for the source repository (3 stars).Visit Website
warpcoding-agentsmcpdeveloper-tools

Runs Warp Oz local and cloud agents through MCP, with run tracking and model selection for supported clients.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "sena-labs-oz-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@sena-labs/oz-mcp-server"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (6) Directory Badge Claim listing AlternativesπŸ€– More in Coding Agents

Overview

The sena-labs/oz-mcp-server MCP server exposes Warp Oz local and cloud agent runs through MCP tools. It invokes the local `oz` CLI, launches cloud runs, retrieves run results, lists run history, and manages available models. Use it when Claude Code, Cursor, Codex, or another MCP client needs access to Oz without using the VS Code extension. Cloud execution consumes Warp credits, and the host must have Warp installed, authenticated, and available through the `oz` CLI.

Use cases

β€’Run Warp Oz locally from an MCP-compatible coding client
β€’Launch credit-consuming cloud agent runs
β€’Check Oz run status and retrieve output by ID
β€’List recent Oz runs and filter their statuses
β€’Select the default Oz model for a workspace

Key features

β€’Local Warp Oz agent execution
β€’Cloud Oz run launching
β€’Run status, output, and history access
β€’Available model listing
β€’Workspace default model configuration
β€’HTTP and SSE MCP connectivity

Capabilities & Tool Schemas (6) ~132 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Oz MCP Server.

oz_agent_run

Run `oz agent run` locally with a prompt. Returns the full run payload.

oz_agent_run_cloud

Launch a cloud run. **Consumes Warp credits.

oz_run_get

Fetch a run's status and output by id. Read-only.

oz_run_list

List recent runs; filter by `all` / `active` / `completed` / raw status, plus a numeric `limit`.

oz_list_models

List the AI model ids available to the account and report the current default. Read-only.

oz_set_default_model

Set the default Oz model by writing `defaultModel` into the workspace `.warp/warp-bridge.yaml`.

How Oz MCP Server works

What sena-labs/oz-mcp-server MCP server does

The sena-labs/oz-mcp-server MCP server connects MCP clients to Warp Oz through the documented oz command-line interface. It supports both local execution in the current workspace and cloud execution through Warp Oz. The server returns structured run information so an agent can start work, inspect progress or output later, and review recent activity.

The standalone package provides the MCP portion of the broader OzBridge project. OzBridge also includes a VS Code extension with an @oz chat participant and Copilot Agent tools, but those editor features are separate from the standalone MCP server.

How it works

For local runs, the server invokes oz agent run with the supplied prompt and returns the complete run payload. Cloud runs are launched through Oz and consume Warp credits. Run identifiers can then be passed to the read-only status tool to retrieve status and output.

The server also exposes account model information. Clients can list model IDs and see the current default, then change the default by writing defaultModel to the workspace file .warp/warp-bridge.yaml.

The bridge communicates with MCP clients over HTTP and Server-Sent Events when started as the standalone package. The default endpoint is http://127.0.0.1:3847/sse. The same toolset can also be provided by the embedded server in the VS Code extension.

Setup and configuration

Install and start the standalone package with:

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

Warp Terminal must be installed, the oz executable must be on PATH, and the user must be signed in with oz login. These prerequisites apply because the bridge delegates execution to Warp’s CLI and documented interfaces.

An MCP client should connect to the local SSE endpoint. The README provides configurations for Claude Code and Cursor, and identifies Codex CLI as another supported client. The server can require a bearer token through the OzBridge mcpBearerToken setting; clients then send an Authorization: Bearer <token> header. The material does not specify an environment variable-based configuration for this setting.

Tools and capabilities

The six exposed MCP tools are:

  • oz_agent_run: run a local Oz agent with a prompt and return its full payload.
  • oz_agent_run_cloud: launch a cloud agent run.
  • oz_run_get: retrieve a run’s status and output by ID.
  • oz_run_list: list recent runs, filtering by all, active, completed, or a raw status, with a numeric limit.
  • oz_list_models: list model IDs available to the account and report the default.
  • oz_set_default_model: update the workspace default model in .warp/warp-bridge.yaml.

The sena-labs/oz-mcp-server MCP server therefore fits workflows that need both agent execution and basic run or model administration from an MCP client.

Limitations and notes

Cloud runs use Warp credits. The project is independent of Warp and is not affiliated with, endorsed by, or sponsored by Warp, Inc. It relies on Warp’s documented public interfaces, including the oz CLI, MCP, and WARP_OUTPUT_FORMAT; it does not modify or reverse-engineer Warp.

The server does not replace the Warp CLI or provide an independent agent runtime. Local execution depends on the installed CLI, while cloud execution depends on a signed-in Warp account and available credits. The supplied material does not establish support for every MCP client, so clients without documented configuration should be validated against the server’s SSE endpoint.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Coding Agents View all alternatives
  • Glm MCP logoGlm MCP

    Run GLM (Zhipu/Z.ai) as a real sub-agent inside Claude Code or GitHub Copilot. GLM gets its own agent loop (read/write/edit/run) on your repo β€” not a single LLM call β€” with peak-aware Opus-vs-GLM routing, diff/dry-run/git-revert oversight, and a usage ledger. 10x cheaper than Opus. Requires a Z.ai GLM Coding Plan key.

    πŸ€– Coding Agents6 views
    Compare vs Glm MCP β†’
  • Codex MCP Tool logoCodex MCP Tool

    MCP server that connects your IDE or AI assistant to Codex CLI for code analysis and editing with support for multiple models (gpt-5-codex, o3, codex-1)

    πŸ€– Coding Agents4 views
    Compare vs Codex MCP Tool β†’
  • Agy Bridge logoAgy Bridge

    Delegate heavy tasks from Claude Code (or any MCP client) to the Antigravity CLI (Gemini): file analysis, repo archaeology, web lookups, and adversarial second-opinion code reviews. Quota-aware model failover with cooldowns, per-tool timeouts, and multi-turn session continuity.

    πŸ€– Coding Agents5 views
    Compare vs Agy Bridge β†’
  • MCP Server Leetcode logoMCP Server Leetcode

    An MCP server that enables AI models to search, retrieve, and solve LeetCode problems. Supports metadata filtering, user profiles, submissions, and contest data access.

    πŸ€– Coding Agents3 views
    Compare vs MCP Server Leetcode β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
3
Stargazers on the source repository.
npm downloads
326
Package downloads in the last 30 days.
Last commit
4d ago
Most recent push to the default branch.
Tools exposed
6
Callable tools this server registers over MCP.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Oz MCP Server

Run `npx -y @sena-labs/oz-mcp-server`. You also need Warp Terminal installed, the `oz` CLI on `PATH`, and an account signed in with `oz login`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewOz MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/sena-labs-oz-mcp-server?style=directory)](https://allmcps.com/mcp/sena-labs-oz-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/sena-labs-oz-mcp-server"><img src="https://allmcps.com/api/badge/sena-labs-oz-mcp-server?style=directory" alt="Oz MCP Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ€–Coding Agents
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthOther
LicenseMIT
ClientsCursor
Last updatedSep 7, 2026
9/10 checks healthy over the last 32d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars3
GitHub Star CountTotal stargazers on GitHub representing community popularity (3 stars).
Last commit4d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 7, 2026
npm downloads326/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
63Quality signal: Good Β· 63/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools28/30
Adoption & activity8/15
Community engagement1/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 17d ago via OSV.dev Β· @sena-labs/oz-mcp-server (npm)

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ€– Coding Agents β†’Best MCP servers for Coding Agents β†’Alternatives to Oz MCP Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code