AI Setup

v1.0.0Developer Toolsstable

Continuously sync your AI setups with one command. Codebase tailor suited agent skills, MCPs and config files for Claude Code, Cursor, and Codex.

agent-configai-agentsanthropicclaude-codeclaude-md
Share:
1,077
Stars
0
Downloads
0
Weekly
0/5

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

Sync AI configurations across editors
Centralized CLAUDE.md and skill management
caliber-ai-org

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx ai-setup

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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 bootstrap
2

Set 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-east5
3

Initialize 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,cursor
4

Run a quality audit

Score your AI setup across five dimensions (Files & Setup, Quality, Grounding, Accuracy, Freshness) without making any LLM calls.

caliber score
5

Enable auto-refresh on commits

Install pre-commit hooks so Caliber automatically regenerates AI config files whenever you commit code changes.

caliber hooks --install
6

Discover 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 skills

AI 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.

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.

Quick Config Preview

{ "mcpServers": { "ai-setup": { "command": "npx", "args": ["-y", "ai-setup"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides