Loading MCP server directory, please wait...
An MCP server that provides interaction with StackHawk's security scanning platform.
npx @getmcp/cli add com.stackhawk/stackhawkRequires Python 3.10+. Community-contributed server. Review source before installing.
STACKHAWK_API_KEYStackHawk API key
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.stackhawk/stackhawk": {
"command": "uvx",
"args": [
"stackhawk-mcp"
],
"env": {
"STACKHAWK_API_KEY": ""
}
}
}
}