ami survey for Grok
io.github.speedofred/ami-survey
Measures the cost, tokens and duration of a completed agent workflow from its session log.
client:Grok
transport:stdio
runtime:pypi
Install ami survey in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ami-survey": {
"type": "stdio",
"command": "uvx",
"args": [
"ami-survey"
],
"env": {
"AMI_API_TOKEN": "<AMI_API_TOKEN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs