Skip to content
Zed

wigolo for Zed

io.github.knockoutez/wigolo

Local-first web intelligence MCP server for AI coding agents

client:Zed transport:stdio runtime:npm

Install wigolo in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "wigolo": {
      "command": "npx",
      "args": [
        "-y",
        "wigolo"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

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

wigolo in other clients