Continuously sync your AI setups with one command. Codebase tailor suited agent skills, MCPs and config files for Claude Code, Cursor, and Codex.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ai-setup": {
"command": "npx",
"args": [
"-y",
"caliber-ai-org/ai-setup"
]
}
}
}
Run in terminal:
claude mcp add ai-setup npx -y caliber-ai-org/ai-setup
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai-setup": {
"command": "npx",
"args": [
"-y",
"caliber-ai-org/ai-setup"
]
}
}
}