ami survey for Cursor
io.github.speedofred/ami-survey
Measures the cost, tokens and duration of a completed agent workflow from its session log.
client:Cursor
transport:stdio
runtime:pypi
Install ami survey in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ami-survey": {
"type": "stdio",
"command": "uvx",
"args": [
"ami-survey"
],
"env": {
"AMI_API_TOKEN": "<AMI_API_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs