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
{
"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