Skip to content
Grok

quota-mcp for Grok

io.github.limitcool/quota-mcp

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

client:Grok transport:stdio runtime:oci

Install quota-mcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "quota-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

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

quota-mcp in other clients