Skip to content
Zed

mockzilla mcp for Zed

io.github.mockzilla/mockzilla-mcp

Mock OpenAPI specs locally, or log in to deploy hosted mocks on mockzilla.org from your MCP client.

client:Zed transport:stdio runtime:npm

Install mockzilla mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mockzilla-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mockzilla/mcp"
      ],
      "env": {
        "MOCKZILLA_TOKEN": "<MOCKZILLA_TOKEN>",
        "MOCKZILLA_MCP_URL": "<MOCKZILLA_MCP_URL>",
        "MOCKZILLA_MANAGED_PORT": "<MOCKZILLA_MANAGED_PORT>"
      }
    }
  }
}

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

mockzilla mcp in other clients