From f2115dba9d6cb2b6506d5afe15e25ae7482bc930 Mon Sep 17 00:00:00 2001 From: Tobin South Date: Mon, 9 Mar 2026 10:44:19 +0000 Subject: [PATCH] Add pagerduty to marketplace --- .claude-plugin/marketplace.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 82a986d..9413711 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -684,6 +684,17 @@ "url": "https://github.com/semgrep/mcp-marketplace.git" }, "homepage": "https://github.com/semgrep/mcp-marketplace.git" + }, + { + "name": "pagerduty", + "description": "Enhance code quality and security through PagerDuty risk scoring and incident correlation. Score pre-commit diffs against historical incident data and surface deployment risk before you ship.", + "category": "monitoring", + "source": { + "source": "url", + "url": "https://github.com/PagerDuty/claude-code-plugins.git", + "sha": "b16c23e0d790deceaa7a6182616d0e36673f2eae" + }, + "homepage": "https://github.com/PagerDuty/claude-code-plugins" } ] }