Skip to content
Windsurf

Advanced Zebrunner MCP Server for Windsurf

io.github.maksimsarychau/mcp-zebrunner

Advanced analytics, reporting, and safe mutations for Zebrunner. 64 tools, 14 resources, 17 prompts.

client:Windsurf transport:stdio runtime:npm

Install Advanced Zebrunner MCP Server 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": {
    "mcp-zebrunner": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-zebrunner"
      ],
      "env": {
        "ZEBRUNNER_URL": "<ZEBRUNNER_URL>",
        "ZEBRUNNER_LOGIN": "<ZEBRUNNER_LOGIN>",
        "ZEBRUNNER_TOKEN": "<ZEBRUNNER_TOKEN>",
        "TIMEOUT": "<TIMEOUT>",
        "RETRY_ATTEMPTS": "<RETRY_ATTEMPTS>",
        "RETRY_DELAY": "<RETRY_DELAY>",
        "MAX_PAGE_SIZE": "<MAX_PAGE_SIZE>",
        "DEFAULT_PAGE_SIZE": "<DEFAULT_PAGE_SIZE>",
        "DEBUG": "<DEBUG>",
        "ENABLE_RULES_ENGINE": "<ENABLE_RULES_ENGINE>",
        "STRICT_URL_VALIDATION": "<STRICT_URL_VALIDATION>",
        "SKIP_URL_VALIDATION_ON_ERROR": "<SKIP_URL_VALIDATION_ON_ERROR>",
        "ENABLE_RATE_LIMITING": "<ENABLE_RATE_LIMITING>",
        "MAX_REQUESTS_PER_SECOND": "<MAX_REQUESTS_PER_SECOND>",
        "RATE_LIMITING_BURST": "<RATE_LIMITING_BURST>"
      }
    }
  }
}

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

Advanced Zebrunner MCP Server in other clients