claude-usage-guard

ecerutti/claude-usage-guard
★ 0 stars JavaScript AI/LLM Updated 11d ago
MCP server that exposes Claude Code rate limit usage so orchestrator agents can gate task launches and pause before hitting limits
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": {
    "claude-usage-guard": {
      "command": "npx",
      "args": [
        "-y",
        "ecerutti/claude-usage-guard"
      ]
    }
  }
}

README Excerpt

An MCP server that exposes Claude Code's real-time rate limit usage so that an orchestrator (Leader agent) can check remaining capacity before launching subtasks — and pause when approaching limits rather than failing mid-workflow. Claude Code enforces two rate limit windows: a 5-hour session window and a 7-day weekly window. When running multi-agent workflows, an orchestrator has no native way to know how much quota remains before launching a batch of subtasks. The workflow can stall mid-execut

Tools (4)

captured_atdata_freshnesssession_used_pctweekly_used_pct

Topics

agent-orchestrationclaude-codemcpmcp-servermulti-agentorchestratorrate-limitstatuslineusage-monitoring