AI Setup
Continuously sync your AI setups with one command. Codebase tailor suited agent skills, MCPs and config files for Claude Code, Cursor, and Codex.
What is AI Setup?
AI Setup is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to continuously sync your ai setups with one command. codebase tailor suited agent skills, mcps and config files for claude code, cursor, and codex.
Continuously sync your AI setups with one command. Codebase tailor suited agent skills, MCPs and config files for Claude Code, Cursor, and Codex.
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Continuously sync your AI setups with one command. Codebase
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx ai-setupConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use AI Setup
AI Setup (powered by Caliber) is a developer tool that analyzes your codebase and automatically generates and keeps synchronized the AI configuration files needed by Claude Code, Cursor, GitHub Copilot, OpenAI Codex, and other AI coding assistants. With a single bootstrap command, it produces platform-specific files like CLAUDE.md, .cursorrules, AGENTS.md, and .mcp.json—tailored to your actual project structure, conventions, and dependencies. Development teams use it to ensure every engineer's AI assistant starts with the same accurate codebase context, reducing hallucinations and improving agent output quality.
Prerequisites
- Node.js 18+ and npm or npx available on your PATH
- An API key for at least one LLM provider: ANTHROPIC_API_KEY for Anthropic, OPENAI_API_KEY for OpenAI, or GCP credentials for Vertex AI
- Git initialized in your project repository
- Claude Desktop, Cursor, or another MCP-compatible AI coding assistant
Bootstrap AI configuration for your project
Run the bootstrap command in your project root. Caliber analyzes your codebase and generates all AI configuration files automatically.
npx @rely-ai/caliber bootstrapSet your LLM provider credentials
Set the environment variable for your LLM provider. Caliber uses the provider to generate accurate, codebase-specific content for each configuration file.
# For Anthropic Claude
export ANTHROPIC_API_KEY=your-key-here
# For OpenAI
export OPENAI_API_KEY=your-key-here
# For Vertex AI
export VERTEX_PROJECT_ID=your-gcp-project
export VERTEX_REGION=us-east5Initialize for specific AI agents
Use caliber init to target specific platforms or all at once. This generates platform-specific config files and skills directories.
# All platforms
caliber init --agent all
# Claude Code only
caliber init --agent claude
# Multiple platforms
caliber init --agent claude,cursorRun a quality audit
Score your AI setup across five dimensions (Files & Setup, Quality, Grounding, Accuracy, Freshness) without making any LLM calls.
caliber scoreEnable auto-refresh on commits
Install pre-commit hooks so Caliber automatically regenerates AI config files whenever you commit code changes.
caliber hooks --installDiscover and install community skills
Browse and install reusable SKILL.md agent skills for Claude Code, Cursor, and other platforms from the Caliber skills registry.
caliber skillsAI Setup Examples
Client configuration
MCP configuration for using the AI Setup/Caliber server with Claude Desktop.
{
"mcpServers": {
"ai-setup": {
"command": "npx",
"args": ["ai-setup"],
"env": {
"ANTHROPIC_API_KEY": "your-anthropic-key-here"
}
}
}
}Prompts to try
Once your AI configuration is set up and synced, use these prompts in Claude Code or Cursor.
- "Regenerate my CLAUDE.md based on recent changes to the project structure"
- "Score my current AI setup and tell me what's missing"
- "Install the testing skill for my Claude Code setup"
- "Refresh my Cursor rules to reflect the new authentication module I just added"
- "Show me what AI configuration files Caliber has generated for this project"Troubleshooting AI Setup
caliber bootstrap produces empty or generic configuration files
Ensure the LLM provider environment variable is set (ANTHROPIC_API_KEY or OPENAI_API_KEY) before running bootstrap. Run `caliber status` to check configuration. If the project root lacks a package.json or recognizable structure, run bootstrap from the actual project root.
Pre-commit hook fails or does not fire
Run `caliber hooks --install` again from the repository root. Check `.git/hooks/pre-commit` exists and is executable (`chmod +x .git/hooks/pre-commit`). Run `caliber learn status` to see hook status and any diagnostic information.
CALIBER_TELEMETRY_DISABLED is not respected
Set CALIBER_TELEMETRY_DISABLED=1 in your shell environment or in a .env file in the project root before running any caliber commands. You can also add it to your global shell profile (~/.zshrc or ~/.bashrc) for persistent opt-out.
Frequently Asked Questions about AI Setup
What is AI Setup?
AI Setup is a Model Context Protocol (MCP) server that continuously sync your ai setups with one command. codebase tailor suited agent skills, mcps and config files for claude code, cursor, and codex. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install AI Setup?
Follow the installation instructions on the AI Setup GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with AI Setup?
AI Setup works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is AI Setup free to use?
Yes, AI Setup is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
AI Setup Alternatives — Similar Developer Tools Servers
Looking for alternatives to AI Setup? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up AI Setup in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use AI Setup?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.