★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"cc-switch-web": {
"command": "cargo",
"args": [
"run",
"--",
"cc-switch-web"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add cc-switch-web cargo run -- cc-switch-web
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"cc-switch-web": {
"command": "cargo",
"args": [
"run",
"--",
"cc-switch-web"
]
}
}
}
📋 Copy