VS Code MCP Configurations

MCP β€” VS Code β€” WoWSQL Docs

Visual Studio Code

HTTP MCP Β· mcp.servers

Examples use https://mcp.wowsql.com/mcp. Install an MCP extension that supports HTTP transport; property names may differ β€” follow the extension’s README.

Scoped URL: Add ?project_ref=… (and optional read_only, features) to the url value when scoping a project.

Configuration file

User or workspace settings.json β€” Command Palette β†’ β€œPreferences: Open User Settings (JSON)”.

Config snippet

{
  "mcp.servers": {
    "wowsql": {
      "type": "http",
      "url": "https://mcp.wowsql.com/mcp"
    }
  }
}

Extension: The key mcp.servers and field names depend on your MCP extension. Map type: http and url to the schema your extension expects.

Steps

  1. Install an MCP-capable extension with HTTP support.
  2. Open User Settings (JSON) and merge the wowsql block under mcp.servers (or the equivalent key).
  3. Restart VS Code. Complete OAuth when prompted.

Previous: Cursor Β· Related: All clients Β· Next: Claude

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