Cursor
Cursor supports MCP through its settings file. You can configure it at the project level or globally:
- Project-level:
.cursor/mcp.jsonin your project root - Global: Check Cursor's documentation for the global settings location
{
"mcpServers": {
"spotto": {
"transport": "http",
"url": "https://mcp-au.spotto.ai/mcp",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
}
This example uses the default full endpoint. If your Cursor workflow needs the regional read or write profile instead, see MCP Endpoint Profiles.
Restart Cursor after saving the configuration.