VS Code MCP Configurations
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
- Install an MCP-capable extension with HTTP support.
- Open User Settings (JSON) and merge the
wowsqlblock undermcp.servers(or the equivalent key). - Restart VS Code. Complete OAuth when prompted.
Previous: Cursor Β· Related: All clients Β· Next: Claude
sdk/Docs updates/mcp-client-vscode.html