stackhawk for Gemini CLI
com.stackhawk/stackhawk
An MCP server that provides interaction with StackHawk's security scanning platform.
client:Gemini CLI
transport:stdio
runtime:pypi
Install stackhawk in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"stackhawk": {
"command": "uvx",
"args": [
"stackhawk-mcp"
],
"env": {
"STACKHAWK_API_KEY": "<STACKHAWK_API_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs