Cursor
Connect from Cursor
Cursor supports SSE transport natively. You can configure it via a JSON file or through the Settings UI.
Configuration File
Create .cursor/mcp.json in your project root (or ~/.cursor/mcp.json for global config):
Via Settings UI
- Open Settings > MCP
- Click Add New MCP Server
- Select SSE as the transport type
- Enter the server URL:
https://<your-subdomain>.atomicwork.com/api/mcp/sse - Add the header
X-Api-Keywith your API key
Notes
- Project-level config (
.cursor/mcp.json) takes precedence over global config. - Cursor auto-detects the transport type from the server response, so the
typefield is optional. - Supports
${env:VAR_NAME}interpolation for secrets in headers.

