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.
← Cursor · All clients · Claude →
sdk/Docs updates/mcp-client-vscode.html