Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

ai cost analyzer in other clients