mcp server agent analytics for Grok
io.github.joepangallo/mcp-server-agent-analytics
Track AI agent fleet performance, costs, anomalies, and trends.
client:Grok
transport:stdio
runtime:npm
Install mcp server agent analytics in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-server-agent-analytics": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-agent-analytics"
]
}
}
}
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