Sync MCP servers, skills, and instructions across AI CLIs (Claude Code, Codex, opencode, Kiro, Antigravity, GitHub Copilot)
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"
]
}
}
}
Run in terminal:
claude mcp add cli-switch cargo run -- cli-switch
Add to .cursor/mcp.json:
{
"mcpServers": {
"cli-switch": {
"command": "cargo",
"args": [
"run",
"--",
"cli-switch"
]
}
}
}