ai cost analyzer for Zed
io.github.vpatser1/ai-cost-analyzer
Analyze LLM API costs: token waste detection, caching savings estimates, model comparison
client:Zed
transport:stdio
runtime:npm
Install ai cost analyzer in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ai-cost-analyzer": {
"command": "npx",
"args": [
"-y",
"ai-cost-analyzer"
],
"env": {
"LICENSE_KEY": "<LICENSE_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs