vercelpycheck for Gemini CLI
com.edgethirteen.www/vercelpycheck
Scan a public GitHub repo for known Vercel Python-runtime deploy footguns.
client:Gemini CLI
transport:streamable-http
Install vercelpycheck in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"vercelpycheck": {
"httpUrl": "https://www.edgethirteen.com/api/mcp/vercelpycheck"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs