claude-code-proxy

odysseyalive/claude-code-proxy
★ 0 stars Python Code/Dev Tools Updated 4d ago
One-command installer that runs Claude Code on any OpenRouter model through a local Claude Code Router gateway. Your normal claude stays on your Anthropic login, untouched. Isolated profile (never edits ~/.claude), editable per-model routing, fastest-server selection, and MCP servers included.
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-code-proxy": {
      "command": "uvx",
      "args": [
        "claude-code-proxy"
      ]
    }
  }
}

Or install with pip: pip install claude-code-proxy

README Excerpt

Run **Claude Code through OpenRouter** with one command. Your normal `claude` keeps using your Anthropic subscription, untouched. It installs [Claude Code Router](https://github.com/musistudio/claude-code-router) (CCR) as a local gateway, applies a routing config that maps every Claude model Claude Code