Skip to main content
This guide covers connecting ByteRover to command-line coding tools. Claude Code defaults to the skill connector for comprehensive project-level guidance, while most other CLI tools use MCP as the default connector. All CLI tools also support the rules connector as a fallback.

Quick Setup

For all CLI tools, start with:
brv           # Start REPL mode
/connectors   # Launch connector manager
Select your tool, choose your connector type, and the configuration will be created automatically.

Claude Code

Claude Code supports skill (default), hook, MCP, and rules connectors. Skill provides comprehensive project-level guidance through discoverable markdown files.
  1. Start the ByteRover REPL: brv
  2. Run /connectors
  3. Select Claude Code
  4. Choose Skill connector (recommended)
  5. ByteRover creates .claude/skills/byterover/ with:
    • SKILL.md - Quick reference with commands and best practices
    • WORKFLOWS.md - Detailed workflow patterns
    • TROUBLESHOOTING.md - Diagnostics and support info
  6. Restart Claude Code to discover the skill files

Qwen Code

Qwen Code uses MCP as the default connector, with rules as a fallback.
  1. Start the ByteRover REPL: brv
  2. Run /connectors
  3. Select Qwen Code
  4. Choose MCP connector
  5. Follow the manual setup instructions provided
Qwen Code requires manual MCP configuration. ByteRover will display the configuration steps to follow.

Gemini CLI

Gemini CLI uses MCP as the default connector, with rules as a fallback.
  1. Start the ByteRover REPL: brv
  2. Run /connectors
  3. Select Gemini CLI
  4. Choose MCP connector
  5. ByteRover will configure .gemini/settings.json automatically
  6. Restart Gemini CLI to load the MCP server

Codex

Codex uses MCP as the default connector, with skill and rules as alternatives.
  1. Start the ByteRover REPL: brv
  2. Run /connectors
  3. Select Codex
  4. Choose MCP connector
  5. ByteRover will configure ~/.codex/config.toml automatically
  6. Restart Codex to load the MCP server

Warp

Warp uses MCP as the default connector, with rules as a fallback.
  1. Start the ByteRover REPL: brv
  2. Run /connectors
  3. Select Warp
  4. Choose MCP connector
  5. Follow the manual setup instructions provided
Warp requires manual MCP configuration. ByteRover will display the configuration steps to follow.

Next Steps