fetchmux for Zed
io.github.krutftw/fetchmux
Self-hosted retrieval router for AI agents: budgets, provider routing, route receipts.
client:Zed
transport:stdio
runtime:npm
Install fetchmux in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"fetchmux": {
"command": "npx",
"args": [
"-y",
"@fetchmux/mcp"
],
"env": {
"FETCHMUX_BASE_URL": "<FETCHMUX_BASE_URL>",
"FETCHMUX_API_KEY": "<FETCHMUX_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs