Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions packages/mcp-stackhawk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "stackhawk-mcp",
"description": "Test for and FIX vulnerabilities in your code or vibe-coded applicaitons with StackHawk",
"vendor": "StackHawk",
"sourceUrl": "https://github.com/stackhawk/stackhawk-mcp",
"homepage": "https://github.com/stackhawk/stackhawk-mcp",
"license": "Apache 2.0",
"runtime": "python",
"environmentVariables": {
"STACKHAEK_API_KEY": {
"description": "StackHawk API key for interacting with StackHawk",
"required": true
}
}
}
Loading