FetchV2 for Zed
io.github.praveenc/fetchv2-mcp-server
Fetch and extract web pages, discover links, and read llms.txt documentation indexes.
client:Zed
transport:stdio
runtime:pypi
Install FetchV2 in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"fetchv2-mcp-server": {
"command": "uvx",
"args": [
"fetchv2-mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs