seracade for Zed
io.github.rckl88/seracade
LLM cost optimization. Audit your calls, prove savings, route to the cheapest quality model. BYOK.
client:Zed
transport:stdio
runtime:npm
Install seracade in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"seracade": {
"command": "npx",
"args": [
"-y",
"seracade"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs