cc-switch-web

cp-yu/cc-switch-web
★ 17 stars Rust 🤖 AI/LLM Updated 8d ago
All-in-One AI CLI Management Platform for Claude Code, Codex & Gemini - Provider switching, MCP servers, Skills, Prompts management. Now with Web UI for headless/SSH environments.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cc-switch-web": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "cc-switch-web"
      ]
    }
  }
}