Skip to content
Zed

ami survey for Zed

io.github.speedofred/ami-survey

Measures the cost, tokens and duration of a completed agent workflow from its session log.

client:Zed transport:stdio runtime:pypi

Install ami survey 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": {
    "ami-survey": {
      "command": "uvx",
      "args": [
        "ami-survey"
      ],
      "env": {
        "AMI_API_TOKEN": "<AMI_API_TOKEN>"
      }
    }
  }
}

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

ami survey in other clients