mix ragex.setup (Ragex v0.18.4)

View Source

Interactive setup for Ragex MCP integration with AI editors.

Detects which editors are in use, generates the correct MCP config, and optionally runs initial analysis and model download.

Usage

mix ragex.setup                # Interactive mode
mix ragex.setup --editor claude  # Specific editor
mix ragex.setup --all           # All detected editors
mix ragex.setup --list          # List supported editors

Options

  • --editor NAME -- generate config for a specific editor (claude, cursor, vscode, zed, gemini, neovim, opencode)
  • --all -- generate for all detected editors
  • --list -- list supported editors and exit
  • --force -- overwrite existing configs
  • --skip-analyze -- skip initial project analysis
  • --skip-models -- skip embedding model download