Skip to main content

Cursor

Cursor supports both remote URL and local command configs. Replace <MCP_SERVER_ADDRESS> with your connection URL. See Cursor MCP docs for where to place the config.

Remote URL config:

{
"mcpServers": {
"holistics": {
"url": "<MCP_SERVER_ADDRESS>",
"headers": {
"X-Holistics-Key": "<YOUR_HOLISTICS_API_KEY>"
}
}
}
}

Local command config:

{
"mcpServers": {
"holistics": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"<MCP_SERVER_ADDRESS>",
"--header", "X-Holistics-Key:<YOUR_HOLISTICS_API_KEY>"
]
}
}
}

For OAuth, omit the headers / --header argument — the client handles authentication automatically.


Open Markdown
Let us know what you think about this document :)