Skip to content
Zed

mcp webgate for Zed

io.github.x-monk/mcp-webgate

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

client:Zed transport:stdio runtime:pypi

Install mcp webgate in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-webgate": {
      "command": "uvx",
      "args": [
        "mcp-webgate"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp webgate in other clients