superfetch for Zed
io.github.j0hanz/superfetch
Intelligent web content fetcher MCP server that converts HTML to clean, AI-readable JSONL format
client:Zed
transport:stdio
runtime:npm
Install superfetch in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"superfetch": {
"command": "npx",
"args": [
"-y",
"@j0hanz/superfetch"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs