# Cursor > Connect Cursor to your Holistics workspace via MCP. [Cursor](https://www.cursor.com) supports both remote URL and local command configs. Replace `` with your [connection URL](/docs/ai/mcp-server/setup#oauth). See [Cursor MCP docs](https://docs.cursor.com/en/context/mcp#configuration-locations) for where to place the config. **Remote URL config**: ```json { "mcpServers": { "holistics": { "url": "", "headers": { "X-Holistics-Key": "" } } } } ``` **Local command config**: ```json { "mcpServers": { "holistics": { "command": "npx", "args": [ "-y", "mcp-remote", "", "--header", "X-Holistics-Key:" ] } } } ``` For OAuth, omit the `headers` / `--header` argument — the client handles authentication automatically.