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

# Windsurf

Windsurf is useful for coding-agent workflows where 6MM documentation, CLI output, and local project files need to be considered together.

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

| Need                     | Setup          |
| ------------------------ | -------------- |
| Coding-agent integration | Local MCP      |
| Command execution        | 6MM CLI        |
| Repeatable review flow   | Agentic Skills |

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

```text
Use 6MM to review this Agent SDK integration and identify missing production checks.
```

```text
Use 6MM to build a webhook verification checklist for this backend.
```

<h2 id="guardrails">
  Guardrails
</h2>

Keep private credentials in local environment variables or secret stores. Do not ask an AI client to paste secrets into generated code or documentation.