> 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 자격 증명**이 필요합니다. 먼저 Panther에 서버를 추가하여 리디렉션 URL을 가져온 다음, PagerDuty에서 OAuth 애플리케이션을 등록해야 합니다.

1. **Panther에 서버를 추가합니다:**
   1. Panther Console의 왼쪽 탐색 모음 하단에서 **설정**를 클릭한 다음 **AI 및 자동화** > **MCP 서버**.
   2. 클릭합니다 **MCP 서버 추가**.
   3. 선택 **PagerDuty** 를 카탈로그에서.
   4. 다음을 입력하세요 **이름** 서버 이름으로(예: "PagerDuty").
   5. 선택적으로 **설명**.
   6. 클릭합니다 **다음**를 입력할 수 있습니다. Panther가 서버의 OAuth 메타데이터를 검색하여 **리디렉션 URL**를 표시하려고 시도합니다. 이 URL을 복사하세요 — 다음 단계에서 필요합니다.
2. **PagerDuty에서 OAuth 애플리케이션을 등록합니다:**
   1. PagerDuty 계정에 로그인합니다.
   2. 다음으로 이동합니다: **Integrations** > **앱 등록**.
   3. 클릭합니다 **새 앱**.
   4. 이름(예: "Panther AI MCP")과 간단한 설명을 입력한 다음, 마법사를 완료합니다.
   5. 다음 페이지에서 **앱 편집** 페이지에서 **OAuth 2.0** 기능을 추가하고 인증 유형을 선택합니다: **범위 지정 OAuth** 또는 **클래식 사용자 OAuth**.
   6. 다음 항목을 구성합니다:
      * **리디렉션 URL**: 1단계에서 복사한 리디렉션 URL을 붙여넣습니다.
      * **범위**: 허용하려는 작업에 해당하는 스코프를 선택합니다. 최소한 `사용자 → 읽기 접근` ( `users.read` 스코프)는 연결이 성립하기 위해 필요합니다.
   7. 애플리케이션을 저장하고 **Client ID** 및 **Client Secret**.
3. **Panther에서 설정을 완료합니다:**
   1. Panther MCP 서버 설정 마법사로 돌아갑니다.
   2. 다음을 입력합니다 **OAuth 클라이언트 ID** 및 **Client Secret** 를 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
