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

# VS Code

> Manual configuration for VS Code

Open your VS Code MCP configuration:

* Run **MCP: Open User Configuration** from the Command Palette
* Or manually edit:
  * **macOS/Linux**: `~/.config/Code/User/mcp.json`
  * **Windows**: `%APPDATA%\Code\User\mcp.json`

See [VS Code MCP docs](https://code.visualstudio.com/docs/copilot/chat/mcp-servers) for more info.

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

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

***

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