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.

← Cursor · All clients · Claude →

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