Skip to content
Zed

TokenEyez for Zed

io.github.reemedri/tokeneyez

Track every AI token across Claude, ChatGPT, Gemini, Cursor, and Claude Code.

client:Zed transport:stdio runtime:npm

Install TokenEyez in Zed

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

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

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

TokenEyez in other clients