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
{
"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