Skip to content

Commit ba6b44b

Browse files
authored
Add pagerduty-mcp (#232)
Signed-off-by: Dan Barr <[email protected]> Co-authored-by: Dan Barr <[email protected]>
1 parent b1a4cbb commit ba6b44b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

uvx/pagerduty-mcp/spec.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# PagerDuty MCP Server Configuration
2+
# Official MCP server for PagerDuty integration
3+
# Package: https://pypi.org/project/pagerduty-mcp/
4+
# Repository: https://github.com/PagerDuty/pagerduty-mcp-server
5+
# Will build as: ghcr.io/stacklok/dockyard/uvx/pagerduty
6+
7+
metadata:
8+
name: pagerduty
9+
description: "MCP server that integrates with PagerDuty to manage incidents, services, schedules, event orchestrations, and more"
10+
protocol: uvx
11+
12+
spec:
13+
package: "pagerduty-mcp"
14+
version: "0.9.2"
15+
16+
provenance:
17+
repository_uri: "https://github.com/PagerDuty/pagerduty-mcp-server"
18+
repository_ref: "refs/heads/main" # Using main branch as the primary development branch
19+
20+
security:
21+
allowed_issues:
22+
- code: "TF001"
23+
reason: "Data leak risk acceptable - incident management requires sharing operational data with responders and creating public status updates. Write operations are disabled by default, requiring explicit opt-in with --enable-write-tools flag."

0 commit comments

Comments
 (0)