GateSolve CAPTCHA Solver for Zed
io.github.arsonx-dev/gatesolve-mcp
Solve CAPTCHAs (Turnstile, reCAPTCHA, hCaptcha) via MCP. Free tier: 100 solves.
client:Zed
transport:stdio
runtime:npm
Install GateSolve CAPTCHA Solver in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"gatesolve-mcp": {
"command": "npx",
"args": [
"-y",
"@gatesolve/mcp-server"
],
"env": {
"GATESOLVE_API_KEY": "<GATESOLVE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs