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

# カーソル

> **計画中 – まだ開始されていません**
> AI Hub は計画中の機能です。このページの機能、エンドポイント、コマンド、およびクライアント構成は、提案された設計について説明したものであり、現在は利用できません。最終的な可用性とセットアップ手順は発売時に発表されます。

Cursor は、コード エディター内に 6MM コンテキストを必要とするパートナー開発者に最適です。

## 推奨セットアップ

| 必要                          | 設定        |
| --------------------------- | --------- |
| コーディング中に SDK ドキュメントについて質問する | ローカル MCP  |
| 統合コマンドを生成する                 | 6MM CLI   |
| チームのプロンプトに一貫性を保つ            | エージェントスキル |

## プロンプトの例

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