Cursor MCP Configurations

MCP — Cursor — WoWSQL Docs

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

  1. Open Cursor → Settings → Features → MCP, or edit the JSON file directly.
  2. Paste the block above; add query parameters to url if you need project scope.
  3. Restart Cursor. Complete OAuth when prompted.

← All MCP clients · VS Code →

sdk/Docs updates/mcp-client-cursor.html