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
{
"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