Skip to content
Claude Desktop

quota-mcp for Claude Desktop

io.github.limitcool/quota-mcp

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

client:Claude Desktop transport:stdio runtime:oci

Install quota-mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

quota-mcp in other clients