modelcostsaver for Zed
io.github.sachinuppal/modelcostsaver
Offline MCP: predict LLM call cost and pick the cheapest capable model. No keys, no network.
client:Zed
transport:stdio
runtime:npm
Install modelcostsaver in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"modelcostsaver": {
"command": "npx",
"args": [
"-y",
"@workswarm/modelcostsaver"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs