captcha mcp for Zed
io.github.zekebuilds-lab/captcha-mcp
Charge AI agents per-call without accounts. PoW solve = free tier, Lightning = paid tier.
client:Zed
transport:stdio
runtime:npm
Install captcha mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"captcha-mcp": {
"command": "npx",
"args": [
"-y",
"@powforge/captcha-mcp"
],
"env": {
"CAPTCHA_URL": "<CAPTCHA_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs