Skip to content
Zed

Tokenscope for Zed

io.github.wartzar-bee/tokenscope

Analyze Claude Code session cost & context attribution: output, cached re-reads, cache writes.

client:Zed transport:stdio runtime:npm

Install Tokenscope in Zed

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

{
  "context_servers": {
    "tokenscope": {
      "command": "npx",
      "args": [
        "-y",
        "@wartzar-bee/tokenscope-mcp"
      ]
    }
  }
}

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

Tokenscope in other clients