Skip to content
Windsurf

solvegate mcp for Windsurf

io.github.solvegate/solvegate-mcp

Inspect a page for Cloudflare Turnstile free, and clear Turnstile and WAF challenges.

client:Windsurf transport:stdio runtime:npm

Install solvegate 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": {
    "solvegate-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "solvegate-mcp"
      ],
      "env": {
        "SOLVEGATE_API_KEY": "<SOLVEGATE_API_KEY>",
        "SOLVEGATE_BASE_URL": "<SOLVEGATE_BASE_URL>",
        "SOLVEGATE_SITE_URL": "<SOLVEGATE_SITE_URL>",
        "SOLVEGATE_TIMEOUT_MS": "<SOLVEGATE_TIMEOUT_MS>",
        "SOLVEGATE_MAX_WAIT_MS": "<SOLVEGATE_MAX_WAIT_MS>"
      }
    }
  }
}

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

solvegate mcp in other clients