CharlesMulic/equip
Cross-platform installer for MCP tools, behavioral rules, agent skills
Platform-specific configuration:
{
"mcpServers": {
"equip": {
"command": "npx",
"args": [
"-y",
"equip"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Equip your AI agents with augments — packages of MCP servers, behavioral rules, and agent skills that work across every platform.
[](https://github.com/CharlesMulic/equip/actions/workflows/ci.yml) [](https://www.npmjs.com/package/@cg3/equip) [](https://nodejs.org) [](./LICENSE)
Discord · Augment Author Guide
You want to add a capability to your AI coding agent — a knowledge base, a documentation fetcher, a code formatter. It should work on Claude Code, Cursor, VS Code, Windsurf, and every other platform. Each platform has its own config format, file paths, and quirks.
Equip handles all of that. One command, every platform.
equip prior # Installs MCP server + rules + skills on all detected platformsnpm install -g @cg3/equipOr use without installing:
npx @cg3/equip priorequip prior # Install an augment
equip status # See what's installed across all platforms
equip doctor # Validate config integrity + credential health
equip update prior # Re-fetch and re-install latest version
equip refresh # Refresh expired OAuth tokens
equip reauth prior # Re-authenticate and rotate credentials
equip restore claude-code # Restore a platform to its pre-equip state
unequip prior # Remove an augmentAn augment is a bundle of up to four layers that enhance your agent:
| Layer | What It Does | Coverage | |---|---|---| | MCP Server | Makes capabilities *available* — agent can call them | All platforms | | [Behavioral Rules]
Loading reviews...