Skip to content
Zed

tokencost dev for Zed

io.github.jeff-atriumn/tokencost-dev

LLM pricing oracle — model lookup, cost estimation, and comparison via LiteLLM

client:Zed transport:stdio runtime:npm

Install tokencost dev in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "tokencost-dev": {
      "command": "npx",
      "args": [
        "-y",
        "tokencost-dev"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

tokencost dev in other clients