Skip to main content

Windsurf by Codeium

Set up Windsurf for your project

Windsurf by Codeium is an AI-powered code editor that uses project rules and MCP servers to understand your codebase. Without proper configuration, Windsurf's Cascade agent falls back to generic suggestions that don't match your team's conventions. Caliber generates Windsurf-compatible configs automatically by scanning your codebase.

What Windsurf needs to work well

Windsurf reads two types of configuration to deliver better AI assistance:

What Caliber generates for Windsurf

Caliber analyzes your actual codebase — your file structure, dependencies, naming conventions, test patterns, and import style — and generates configuration that Windsurf understands:

Set up Windsurf with Caliber

  1. 1Navigate to your project — open a terminal in your project root directory
  2. 2Run bootstrap — run npx @rely-ai/caliber bootstrap. Caliber detects your framework, language, testing setup, and code patterns
  3. 3Review output — Caliber generates Windsurf-compatible rules files with project-specific conventions and MCP server configurations for your stack
  4. 4Keep it fresh — run npx @rely-ai/caliber bootstrap again as your project evolves to regenerate configs

$ cd your-project

$ npx @rely-ai/caliber bootstrap

# Windsurf rules and MCP configs generated

Works with all your AI tools

Caliber generates configs for every major AI coding tool from the same scan — not just Windsurf. One command sets up your entire AI toolkit:

Frequently asked questions

How do I set up Windsurf for my project?

Run 'npx @rely-ai/caliber bootstrap' in your project root. Caliber scans your codebase and generates Windsurf-compatible project rules and MCP server configurations automatically, tailored to your framework, language, and conventions.

What project rules does Windsurf support?

Windsurf uses project-level rules files to understand your coding conventions, architecture patterns, and preferences. These rules guide Windsurf's AI assistant (Cascade) to generate code that matches your team's style. Caliber detects your conventions from existing code and writes these rules for you.

Does Windsurf support MCP servers?

Yes. Windsurf supports MCP (Model Context Protocol) servers that extend the editor with external capabilities such as database access, documentation lookup, and deployment tools. Caliber discovers relevant MCP servers for your tech stack and generates the configuration in Windsurf's expected format.

Set up Windsurf for your project in 30 seconds.

Get Started