Skip to content

Commit 02e867b

Browse files
authored
Add StackHawk MCP server (github#259)
1 parent 480fb4c commit 02e867b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

servers/stackhawk/server.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: stackhawk
2+
image: mcp/stackhawk
3+
type: server
4+
meta:
5+
category: devops
6+
tags:
7+
- devops
8+
- stackhawk
9+
- appsec
10+
about:
11+
title: StackHawk MCP
12+
description: A Model Context Protocol (MCP) server for integrating with StackHawk's security scanning platform. Provides security analytics, YAML configuration management, sensitive data/threat surface analysis, and anti-hallucination tools for LLMs.
13+
icon: https://avatars.githubusercontent.com/u/53230463?v=4
14+
source:
15+
project: https://github.com/stackhawk/stackhawk-mcp
16+
branch: feature/image-entrypoint
17+
config:
18+
description: Configure the connection to StackHawk MCP
19+
secrets:
20+
- name: stackhawk.api_key
21+
env: STACKHAWK_API_KEY
22+
example: <STACKHAWK_API_KEY>

0 commit comments

Comments
 (0)