> 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

Cursor 适合希望在代码编辑器里直接获得 6MM 上下文的合作方开发者。

<h2 id="recommended-setup">
  推荐接入方式
</h2>

| 需求           | 方式             |
| ------------ | -------------- |
| 编码时询问 SDK 文档 | Local MCP      |
| 生成接入命令       | 6MM CLI        |
| 团队统一提示词      | Agentic Skills |

<h2 id="example-prompts">
  示例提示词
</h2>

```text
使用 6MM 解释 Trading Widget token 流程，并检查这个实现。
```

```text
使用 6MM 生成一个创建 embed token 的后端 route。
```

```text
使用 6MM 检查这个 Webhook handler 是否有幂等问题。
```