agent cost allocator mcp for Gemini CLI
io.github.csoai-org/agent-cost-allocator-mcp
Agent Cost Allocator MCP — multi-tenant LLM cost attribution for chargeback billing. Companion to
client:Gemini CLI
transport:streamable-http
runtime:pypi
Install agent cost allocator mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"agent-cost-allocator-mcp": {
"httpUrl": "https://api.meok.ai/v1/a2a/agent-cost-allocator"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs