> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.6mm.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.6mm.com/_mcp/server.

# Cursor

> **規劃中 · 尚未上線**
> AI Hub 為規劃內容。本頁中的功能、服務地址、命令及客戶端配置用於說明擬定方案，目前尚未開放使用。實際開放範圍與接入方式以上線公告為準。

Cursor 適合希望在代碼編輯器裡直接獲得 6MM 上下文的合作方開發者。

## 推薦接入方式

| 需求           | 方式             |
| ------------ | -------------- |
| 編碼時詢問 SDK 文檔 | Local MCP      |
| 生成接入命令       | 6MM CLI        |
| 團隊統一提示詞      | Agentic Skills |

## 示例提示詞

```text
Use 6MM to explain the Trading Widget token flow and inspect this implementation.
```

```text
Use 6MM to generate a backend route for creating embed tokens.
```

```text
Use 6MM to review this webhook handler for idempotency issues.
```