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

# Cursor

> Manual configuration for Cursor

Go to: **Settings → Cursor Settings → MCP → Add new global MCP server**

In Cursor 1.0 and later, manually edit `~/.cursor/mcp.json`:

* **macOS**: `~/.cursor/mcp.json`
* **Windows**: `%APPDATA%\Cursor\mcp.json`
* **Linux**: `~/.config/cursor/mcp.json`

See [Cursor MCP docs](https://docs.cursor.com/context/model-context-protocol) for more info.

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

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

***

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