> 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 is a strong fit for partner developers who want 6MM context inside their code editor.

<h2 id="recommended-setup">
  Recommended setup
</h2>

| Need                            | Setup          |
| ------------------------------- | -------------- |
| Ask about SDK docs while coding | Local MCP      |
| Generate integration commands   | 6MM CLI        |
| Keep team prompts consistent    | Agentic Skills |

<h2 id="example-prompts">
  Example prompts
</h2>

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