ByteCraftsman-Peter/Shifter
A small CLI to switch AI tool profiles (api_key/base_url/model) across Codex, Claude, and OpenCode; supports both interactive and command modes, and works well in terminal/SSH server workflows. 一个小巧的命令行工具,用于在 Codex、Claude、OpenCode 间切换 AI 配置(api_key/base_url/model);支持交互式和命令式,适合终端与服务器 SSH 场景。
Platform-specific configuration:
{
"mcpServers": {
"Shifter": {
"command": "npx",
"args": [
"-y",
"Shifter"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...