ComparEdge LLM Cost for Zed
io.github.imkemit-ops/comparedge-llm-cost
Token cost math for LLM API calls: verified per-1M-token rates for 69 models, 17 providers.
client:Zed
transport:stdio
runtime:npm
Install ComparEdge LLM Cost in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"comparedge-llm-cost": {
"command": "npx",
"args": [
"-y",
"@comparedge/llm-cost-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs