> For the complete documentation index, see [llms.txt](https://docs.panther.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.panther.com/ko/ai/mcp/mcp-integrations/pagerduty-mcp-server.md).

# PagerDuty MCP 서버

## 개요

PagerDuty MCP 서버는 Panther AI를 PagerDuty 계정에 연결하여 인시던트, 서비스, 일정, 에스컬레이션 정책 등을 관리할 수 있는 도구를 제공합니다.

**MCP 서버 URL:** `https://mcp.pagerduty.com/mcp`

## 사전 요구 사항

* PagerDuty 계정
* PagerDuty 사용자의 기본 역할은 **사용자** 또는 **관리자(고급 권한)** 이거나 그 이상이어야 App Registration에 액세스할 수 있습니다

## 설정

PagerDuty MCP 서버에는 **수동 OAuth 자격 증명**. 리디렉션 URL을 얻으려면 먼저 Panther에 서버를 추가한 다음 PagerDuty에서 OAuth 애플리케이션을 등록해야 합니다.

1. **Panther에서 서버를 추가합니다:**
   1. Panther 콘솔의 오른쪽 상단에서 톱니바퀴 아이콘을 클릭하여 설정을 연 다음 **AI 및 자동화** > **MCP 서버**.
   2. 다음을 클릭합니다: **MCP 서버 추가**.
   3. 선택 **PagerDuty** 카탈로그에서.
   4. 다음을 입력하세요 **이름** 서버 이름(예: "PagerDuty")으로.
   5. 선택적으로 **설명**.
   6. 다음을 클릭합니다: **다음**. Panther가 서버의 OAuth 메타데이터를 검색하여 표시하려고 시도합니다. **리디렉션 URL을**. 이 URL을 복사하세요 — 다음 단계에서 필요합니다.
2. **PagerDuty에서 OAuth 애플리케이션을 등록합니다:**
   1. PagerDuty 계정에 로그인합니다.
   2. 다음으로 이동: **통합** > **앱 등록**.
   3. 다음을 클릭합니다: **새 앱**.
   4. 이름(예: "Panther AI MCP")과 간단한 설명을 입력한 다음 마법사를 완료합니다.
   5. 다음에서 **앱 편집** 페이지에서 추가 **OAuth 2.0** 기능을 추가하고 인증 유형을 선택합니다: **범위가 지정된 OAuth** 또는 **기존 사용자 OAuth**.
   6. 다음 항목을 구성합니다:
      * **리디렉션 URL을**: 1단계에서 복사한 리디렉션 URL을 붙여넣습니다.
      * **범위**: 허용할 작업에 해당하는 범위를 선택합니다. 최소한, `사용자 → 읽기 액세스` (즉, `users.read` 범위)는 연결을 설정하는 데 필요합니다.
   7. 애플리케이션을 저장하고 다음을 기록해 두세요 **클라이언트 ID** 그리고 **클라이언트 시크릿**.
3. **Panther에서 설정을 완료합니다:**
   1. Panther MCP 서버 설정 마법사로 돌아갑니다.
   2. 다음을 입력합니다 **OAuth 클라이언트 ID** 그리고 **클라이언트 시크릿** 2단계에서.
   3. 다음을 클릭합니다: **만들기**.

### 계정 연결

관리자가 PagerDuty 서버를 추가한 후:

1. MCP 서버 페이지에서 다음을 찾습니다 **PagerDuty** 사용 가능한 서버 목록에서.
2. 다음을 클릭합니다: **연결**.
3. PagerDuty의 OAuth 인증 페이지로 리디렉션됩니다. 로그인하고 요청된 권한을 부여하세요.
4. 승인 후, 도구 권한을 구성하기 위해 Panther로 다시 리디렉션됩니다.

## 자세히 알아보기

* [PagerDuty MCP 통합 가이드](https://support.pagerduty.com/main/docs/pagerduty-mcp-server-integration-guide)
* [PagerDuty MCP 도구 및 원격 서버](https://developer.pagerduty.com/docs/mcp-tooling-remote-server)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.panther.com/ko/ai/mcp/mcp-integrations/pagerduty-mcp-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
