quota-service

anobjectn/quota-service
★ 0 stars TypeScript Code/Dev Tools Updated today
Local-first, read-only usage and quota tracker for Codex, Claude Code, and optional Warp. Provides a CLI report, an MCP server for live agent quota context, JSON endpoints, a localhost dashboard, and SQLite snapshot history. Never consumes credits or writes to provider systems.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "quota-service": {
      "command": "npx",
      "args": [
        "-y",
        "anobjectn/quota-service"
      ]
    }
  }
}

Topics

bunclaude-codeclicodexmacosmcpquotatypescript