Cursor MCP Configurations
Cursor
HTTP MCP · mcp.json
Examples use https://mcp.wowsql.com/mcp. For local dev, use http://localhost:8787/mcp. Complete OAuth in the browser on first connect.
Scoped URL: Append ?project_ref=… (and optional read_only=true, features=…) to url when you want a fixed project — copy from the dashboard MCP page when available.
Configuration file
Paths: project .cursor/mcp.json or global ~/.cursor/mcp.json (Windows: %USERPROFILE%\.cursor\mcp.json).
Config snippet
{
"mcpServers": {
"wowsql": {
"type": "http",
"url": "https://mcp.wowsql.com/mcp"
}
}
}
Steps
- Open Cursor → Settings → Features → MCP, or edit the JSON file directly.
- Paste the block above; add query parameters to
urlif you need project scope. - Restart Cursor. Complete OAuth when prompted.
sdk/Docs updates/mcp-client-cursor.html