stackhawk for Zed
com.stackhawk/stackhawk
An MCP server that provides interaction with StackHawk's security scanning platform.
client:Zed
transport:stdio
runtime:pypi
Install stackhawk in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"stackhawk": {
"command": "uvx",
"args": [
"stackhawk-mcp"
],
"env": {
"STACKHAWK_API_KEY": "<STACKHAWK_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs