> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trysemoia.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Windsurf

> Manual configuration for Windsurf

Open your Windsurf MCP configuration:

* **macOS**: `~/.windsurf/mcp.json`
* **Windows**: `%APPDATA%\Windsurf\mcp.json`
* **Linux**: `~/.config/windsurf/mcp.json`

See [Windsurf MCP docs](https://docs.windsurf.com/windsurf/cascade/mcp) for more info.

OpenNote runs locally. Ensure `opennote` is installed and available in your PATH.

```json theme={null}
"mcpServers": [
  {
    "name": "opennote",
    "command": "opennote",
    "args": ["mcp", "run"]
  }
]
```

***

*For common issues, see our [Troubleshooting](/support#troubleshooting) page.*
