UNPKG

@musistudio/claude-code-router

Version:

Use Claude Code without an Anthropics account and route it to another LLM provider

11 lines (9 loc) 189 B
version: "3.8" services: claude-code-router: build: . ports: - "3456:3456" volumes: - ~/.claude-code-router:/root/.claude-code-router restart: unless-stopped