Skip to content
Zed

tokei agent for Zed

io.github.gilesdawe/tokei-agent

Control your Tokei (tokei.io) pre-launch and waitlist campaigns from AI agents and the command line.

client:Zed transport:stdio runtime:npm

Install tokei agent 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": {
    "tokei-agent": {
      "command": "npx",
      "args": [
        "-y",
        "tokei-agent"
      ],
      "env": {
        "TOKEI_API_KEY": "<TOKEI_API_KEY>",
        "TOKEI_API_URL": "<TOKEI_API_URL>"
      }
    }
  }
}

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

tokei agent in other clients