Get started
Install Scubiee locally.
Four commands from a fresh machine to a connected coding agent. Your code stays local the whole way.
Install
Install the Scubiee CLI with uv.
uv tool install scubiee
Set up your machine
One-time setup detects your GPU or CPU profile, downloads the embedding model, and prepares the local engine.
scubiee setup
Index your repository
Enroll and index each repo you want searchable. Init does not wire your IDE — connect comes next.
cd your-reposcubiee init .
Connect your agent
Pick one of 13 supported tools, copy the command, then reload MCP in your IDE.
scubiee connect --cursor# reload MCP in your IDE
Supported: Cursor, Claude Code, Codex, Kiro, Windsurf, GitHub Copilot, Cline, Roo Code, Continue, Zed, OpenCode, Amp, Pi.
Need help?
Windows file locks, forced reinstalls, or a broken setup? The docs cover those edge cases plus MCP troubleshooting and the full CLI reference.
Remember: init indexes your repo. connect wires your IDE. See how it works.