One CLI for all your AI coding agents.
npm install -g @swarmify/agents-cliYou use Claude, Codex, Gemini, Cursor. Each has its own:
- Config location (
~/.claude/,~/.codex/,~/.gemini/...) - MCP registration (
claude mcp addvscodex mcp addvs config file edits) - Command format (markdown vs TOML)
- Version management (none)
New machine? Redo everything. Teammate wants your setup? Good luck.
agents pull gh:yourname/.agents # One command. Every agent configured.That's it. Your MCP servers, commands, skills, memory files, and permissions - synced to Claude, Codex, Gemini, Cursor, and OpenCode in one step.
agents search notion # Find MCP servers
agents install mcp:com.notion/mcp # Install + register with ALL agentsNo more running claude mcp add, then codex mcp add, then editing Gemini's config file.
agents add claude@2.0.0 # Install specific version
agents use claude@2.0.0 -p # Pin to this projectLike nvm for Node - different projects can use different agent versions.
agents push # Export your config to git
agents pull # Restore on any machineYour ~/.agents/ repo holds commands, skills, MCPs, memory files, hooks, and permissions. One pull configures everything.
agents cron add daily-digest -s "0 9 * * *" -a claude -p "Review yesterday's PRs..."
agents daemon startAgents run sandboxed - they only see directories and tools you explicitly allow.
# Versions
agents add claude@latest # Install
agents use claude@2.0.0 # Set default
agents list # Show installed
# Packages
agents search <query> # Find MCP servers/skills
agents install mcp:<name> # Install MCP server
agents install skill:<name> # Install skill
# Sync
agents pull # Sync from your repo
agents push # Push changes back
# Resources
agents mcp list # Show MCP servers
agents commands list # Show slash commands
agents skills list # Show skills
# Automation
agents exec claude "prompt" # Run agent
agents cron add job.yaml # Schedule job
agents daemon start # Start schedulerAlso available as ag - all commands work with ag pull, ag list, etc.
| Agent | MCP | Commands | Skills | Memory | Permissions | Jobs |
|---|---|---|---|---|---|---|
| Claude | yes | yes | yes | yes | yes | yes |
| Codex | yes | yes | yes | yes | yes | yes |
| Gemini | yes | yes | yes | yes | -- | yes |
| Cursor | yes | yes | yes | yes | -- | -- |
| OpenCode | yes | yes | yes | yes | yes | -- |
MIT