Quick Setup
For all AI-powered IDEs, the setup is the same:Cursor
Cursor uses Skill as the default connector for comprehensive project-level guidance.- Setup (Skill - Default)
- Setup (MCP)
- Setup (Rules)
- Details
- Start the ByteRover REPL:
brv - Run
/connectors - Select Cursor
- Choose Skill connector (recommended)
- ByteRover creates
.cursor/skills/byterover/with:SKILL.md- Quick reference with commands and best practicesWORKFLOWS.md- Detailed workflow patternsTROUBLESHOOTING.md- Diagnostics and support info
- Restart Cursor to discover the skill files
Windsurf
Windsurf uses MCP as the default connector for direct tool integration.- Setup (MCP - Default)
- Setup (Rules)
- Details
- Start the ByteRover REPL:
brv - Run
/connectors - Select Windsurf
- Choose MCP connector
- ByteRover will configure
~/.codeium/windsurf/mcp_config.jsonautomatically - Restart Windsurf to load the MCP server
Qoder
Qoder uses MCP as the default connector, requiring manual configuration.- Setup (MCP - Default)
- Setup (Rules)
- Details
- Start the ByteRover REPL:
brv - Run
/connectors - Select Qoder
- Choose MCP connector
- Follow the manual setup instructions provided
Zed
Zed uses MCP as the default connector for direct tool integration.- Setup (MCP - Default)
- Setup (Rules)
- Details
- Start the ByteRover REPL:
brv - Run
/connectors - Select Zed
- Choose MCP connector
- ByteRover will configure
.zed/settings.jsonautomatically - Restart Zed to load the MCP server
Trae.ai
Trae.ai uses MCP as the default connector, requiring manual configuration.- Setup (MCP - Default)
- Setup (Rules)
- Details
- Start the ByteRover REPL:
brv - Run
/connectors - Select Trae.ai
- Choose MCP connector
- Follow the manual setup instructions provided
Antigravity
Antigravity uses Rules as the only supported connector. Unlike other agents that support MCP, Antigravity relies exclusively on rules-based integration.- Setup (Rules - Default)
- Details
- Start the ByteRover REPL:
brv - Run
/connectors - Select Antigravity
- Choose Rules connector
- Done - Antigravity will read
.agent/rules/agent-context.mdautomatically
Antigravity is the only agent that exclusively uses rules-based integration. MCP and other connector types are not supported.