@swarmify/agents-cli
v1.6.9
Published
Your multi-Agent manager - Agent CLIs, Agent Skills, MCP Servers, Hooks and settings
Maintainers
Readme
agents
One CLI for all your AI coding agents.
npm install -g @swarmify/agents-cliThe Problem
You 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.
The Solution
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.
What You Can Do
Install MCP servers everywhere at once
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.
Version-lock agents per project
agents add [email protected] # Install specific version
agents use [email protected] -p # Pin to this projectLike nvm for Node - different projects can use different agent versions.
Sync your entire setup
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.
Schedule agents on cron
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.
Quick Reference
# Versions
agents add claude@latest # Install
agents use [email protected] # 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.
Compatibility
| 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 | -- |
License
MIT
