Skip to content

Add claude-pool to Infrastructure & Proxies#251

Open
arthurgarmider wants to merge 1 commit intojqueryscript:mainfrom
arthurgarmider:add-claude-pool
Open

Add claude-pool to Infrastructure & Proxies#251
arthurgarmider wants to merge 1 commit intojqueryscript:mainfrom
arthurgarmider:add-claude-pool

Conversation

@arthurgarmider
Copy link
Copy Markdown

Adds claude-pool to the Infrastructure & Proxies section.

What it is

A transparent rate-limit failover system for Claude Code teams. The local proxy intercepts requests; on a 429 from Anthropic it borrows an idle API key from a teammate's agent in the team pool, retries the request, and returns the response — no client code changes.

How it differs from existing entries in this section

  • claude-balancer / ccflare — load balance across multiple OAuth accounts on a single host. claude-pool is multi-user: keys live with each developer, the pool only arbitrates short-lived leases when someone hits a 429.
  • ccNexus — endpoint rotation proxy. claude-pool focuses on credential lease arbitration with cooldown windows and audit trail rather than endpoint switching.

Stack / status

  • macOS agent (Bun/TypeScript) + self-hosted server (Hono + SQLite, docker compose up)
  • AES-256-GCM encrypted credentials at rest, per-lease audit log
  • MIT licensed, distributed via npm (@claudepool/agent) and Docker Hub (arthurga/claudepool)
  • Just-published v0.1.x — happy to wait for a star threshold if that's the policy

Thanks for maintaining this list!

Made with Cursor

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant