Manage MCP server configs and behavioral rules across AI coding platforms with automatic detection and version control, requiring no dependencies.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"equip": {
"command": "npx",
"args": [
"-y",
"GGAART/equip"
]
}
}
}
Run in terminal:
claude mcp add equip npx -y GGAART/equip
Add to .cursor/mcp.json:
{
"mcpServers": {
"equip": {
"command": "npx",
"args": [
"-y",
"GGAART/equip"
]
}
}
}