> For the complete documentation index, see [llms.txt](https://docs.hackle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hackle.io/ai/model-context-protocol/chatgpt/chatgpt-web.md).

# ChatGPT 웹 & 데스크탑 연동

[chatgpt.com](https://chatgpt.com/) 에서 플러그인을 통한 Hackle MCP 연동을 설명합니다.

{% stepper %}
{% step %}

### 개발자 모드 활성화

chatgpt에 로그인합니다.

좌측 하단 프로필을 눌러 설정 창을 연 뒤 `보안 및 로그인 > 개발자 모드`에서 개발자 모드를 활성화 합니다.

<figure><img src="/files/60E35C6syH4Xv7JHn8GF" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 플러그인 추가

좌측 사이드바에서 플러그인 메뉴를 찾아 플러그인 페이지로 진입한 뒤 `+` 버튼을 누릅니다.

플러그인 추가 다이얼로그 표시되면 아래 정보를 입력한 뒤 `만들기` 버튼을 클릭합니다.

<pre><code>이름: Hackle
<strong>연결: https://mcp.hackle.io/mcp
</strong>인증: OAuth
</code></pre>

<figure><img src="/files/ZXLNjwR4aqkAJYdviBEw" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Hackle 계정으로 로그인

아래와 같은 다이얼로그가 표시되면 `Hackle 계정으로 로그인` 버튼을 클릭합니다.

<figure><img src="/files/PgyUpUFIIzvaXjMI87W1" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Hackle API 키 입력

URL 추가 후 연결 버튼을 클릭하면 인증 화면이 열립니다.

**API 키 입력란**에 Hackle API 키를 붙여넣고 진행합니다.

<figure><img src="/files/VcAG6IwY9HdXngzYrb4P" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 연결 확인

새 대화에서 아래 메시지를 입력해보세요.

```
사용 가능한 Hackle 도구를 알려줘
```

아래와 같이 사용 가능 한 도구 목록 응답이 오면 정상적으로 연결이 된 것 입니다.

```
현재 사용할 수 있는 Hackle 도구는 총 38개입니다.
...
중략
```

{% endstep %}
{% endstepper %}


---

# 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.hackle.io/ai/model-context-protocol/chatgpt/chatgpt-web.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.
