Skip to content
VS Code

mcp webgate for VS Code

io.github.x-monk/mcp-webgate

Web search that doesn't wreck your AI's memory.

client:VS Code transport:stdio runtime:pypi

Install mcp webgate in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-webgate": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-webgate"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp webgate in other clients