cli-switch

fdsf53451001/cli-switch
★ 1 stars Rust AI/LLM Updated today
Sync MCP servers, skills, and instructions across AI CLIs (Claude Code, Codex, opencode, Kiro, Antigravity, GitHub Copilot)
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": {
    "cli-switch": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "cli-switch"
      ]
    }
  }
}