Skip to content
Gemini CLI

quota-mcp for Gemini CLI

io.github.limitcool/quota-mcp

Usage & quota tracker for AI subscription accounts (StepFun, Command Code)

client:Gemini CLI transport:stdio runtime:oci

Install quota-mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "quota-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/limitcool/quota-mcp:0.3.2"
      ],
      "env": {
        "QUOTA_MCP_MASTER_KEY": "<QUOTA_MCP_MASTER_KEY>",
        "QUOTA_MCP_DB": "<QUOTA_MCP_DB>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

quota-mcp in other clients