> 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.md).

# MCP

Panther는 하나의 [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) 서버를 제공하여 MCP 클라이언트 — 편집기, 채팅 도구, 스크립트 에이전트 — 가 자연어로 Panther의 도구를 사용할 수 있습니다. 알림에 대해 묻고, 데이터 레이크를 쿼리하고, 인디케이터를 조회하고, 디택션의 소스를 가져오는 등 원하는 클라이언트에서 모두 가능합니다.

연결하는 방법은 두 가지가 있습니다:

* [**Panther Remote MCP**](https://docs.panther.com/~/revisions/i7lJ3BCO5BWSo8qHQtoL/ai/panther-mcp-server)— 귀하의 Panther 인스턴스에 있는 호스팅된 엔드포인트입니다. OAuth 기반 로그인, 연결별 동의, 통합 감사 로깅을 제공합니다. 대부분의 사용자에게 권장됩니다.
* [**Local MCP** ](/ko/ai/mcp/mcp-server.md)— 오픈 소스 [`mcp-panther`](https://github.com/panther-labs/mcp-panther) 패키지이며, 다음을 통해 설치됩니다: `docker` 또는 `uvx` 그리고 Panther API 토큰으로 인증합니다. CI 파이프라인, 스크립트 에이전트, 맞춤형 내부 도구에 유용합니다.

{% hint style="info" %}
Panther MCP 기능의 사용은 다음의 적용을 받습니다 [법률 페이지에 있는 AI 고지 사항](https://docs.panther.com/resources/help/legal#ai-disclaimer).
{% endhint %}

{% content-ref url="/pages/8497f1349a339cb08dabf9169109134ef40954bf" %}
[MCP 통합(베타)](/ko/ai/mcp/mcp-integrations.md)
{% endcontent-ref %}


---

# 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.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.
