
AI eXchange
All your AI tools, one place.
Transfer MCP servers and rules between AI coding tools through an interactive TUI. Supports 21 tools with both global and project-scoped configurations.
curl -fsSL https://raw.githubusercontent.com/ihxnnxs/aix/main/install.sh | bashaix # Launch interactive TUI
aix list # View MCP servers and rules across tools
aix transfer # Transfer between tools
aix restore # List/restore backups
aix doctor # Diagnose CLI tool detection| Tool | MCP Global | MCP Project | Rules | Skills | Agents |
|---|---|---|---|---|---|
| Claude Code | ✓ | ✓ | ✓ CLAUDE.md |
✓ | ✓ |
| Claude Desktop | ✓ | ||||
| Cursor | ✓ | ✓ | ✓ .cursorrules |
✓ | ✓ |
| VS Code | ✓ | ✓ | ✓ copilot-instructions.md |
||
| Windsurf | ✓ | ✓ .windsurfrules |
|||
| Cline | ✓ | ✓ .clinerules |
|||
| Roo Code | ✓ | ✓ | ✓ .roo/rules/ |
||
| Kilo Code | ✓ | ✓ | ✓ .kilo/rules/ |
||
| TRAE | ✓ | ✓ | ✓ project_rules.md |
||
| OpenCode | ✓ | ✓ | ✓ AGENTS.md |
✓ | ✓ |
| Qwen Code | ✓ | ✓ | ✓ AGENTS.md |
✓ | ✓ |
| Claude for IDE | ✓ | ||||
| Droid | ✓ | ✓ | ✓ .factory/ |
||
| Goose | ✓ | ✓ .goosehints |
|||
| Crush | ✓ | ✓ | ✓ AGENTS.md |
||
| Eigent | ✓ | ||||
| Gemini CLI | ✓ | ✓ | ✓ GEMINI.md |
✓ | ✓ |
| Amazon Q | ✓ | ✓ | ✓ .amazonq/rules/ |
||
| Amp | ✓ | ✓ | ✓ AGENT.md |
✓ | |
| Codex CLI | ✓ | ✓ | ✓ AGENTS.md |
✓ | |
| Copilot CLI | ✓ | ✓ copilot-instructions.md |
- MCP Transfer - select MCP servers from one tool, transfer to another with automatic format adaptation
- Rules Transfer - transfer rules/instructions between tools (
.cursorrules↔CLAUDE.md↔.clinerulesetc.) - Agents Transfer — transfer subagent markdown files between AI CLIs
- Project scope - run
aixinside a project to manage both global and project-scoped configs - Auto-detect - scans your system for installed AI tools and reads their configurations
- Themes - 5 built-in themes (Default, Dracula, Monokai, Gruvbox, Nord)
- Languages - English, Русский, 中文, 日本語, 한국어
- Update checker - notifies you when a new version is available
- Backups - configs are backed up before any changes (
~/.config/aix/backups/) - Restore — roll back config changes via
aix restoreor the Backups TUI screen - Dry-run —
aix transfer --dry-runordin TUI previews actions without writing
bun install
bun run dev # Run in dev mode
bun test # Run tests
bun run build # Build cross-platform binariesMIT