Skip to content
Windsurf

mockzilla mcp for Windsurf

io.github.mockzilla/mockzilla-mcp

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

client:Windsurf transport:stdio runtime:npm

Install mockzilla mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mockzilla mcp in other clients