Skip to content

Commit 4a7d9f4

Browse files
committed
Stuff for anthropic registry
1 parent a330ddf commit 4a7d9f4

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,3 +347,5 @@ Workflows are designed to skip jobs if the latest commit is an automated version
347347
2. Select the "Prepare Release" workflow.
348348
3. Click "Run workflow" and choose the desired bump type (minor or major).
349349
4. The workflow will handle the rest!
350+
351+
[//]: # (mcp-name: stackhawk.com/stackhawk-mcp)

server.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
3+
"name": "stackhawk.com/stackhawk-mcp",
4+
"description": "An MCP server that provides interaction with StackHawk's security scanning platform.",
5+
"status": "active",
6+
"repository": {
7+
"url": "https://github.com/stackhawk/stackhawk-mcp",
8+
"source": "github"
9+
},
10+
"version": "1.0.0",
11+
"packages": [
12+
{
13+
"registry_type": "pypi",
14+
"registry_base_url": "https://pypi.org",
15+
"identifier": "stackhawk-mcp",
16+
"version": "1.0.0",
17+
"transport": {
18+
"type": "stdio"
19+
},
20+
"environment_variables": [
21+
{
22+
"description": "StackHawk API key",
23+
"is_required": true,
24+
"format": "string",
25+
"is_secret": true,
26+
"name": "STACKHAWK_API_KEY"
27+
}
28+
]
29+
}
30+
]
31+
}

0 commit comments

Comments
 (0)