Sancho Fetch for Zed
io.github.panth-net/sancho-fetch
Local-first public-data MCP server that writes inspectable records and working files.
client:Zed
transport:stdio
runtime:pypi
Install Sancho Fetch in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"sancho-fetch": {
"command": "uvx",
"args": [
"sancho-fetch"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs