Set-Up

Connect an editor and a repository to Scrubby.

1

Sign in

Go to scrubby.ai/account/auth/login and sign in. See Account Authorization for every supported sign-in method.

2

Choose a plan

A repository needs an active trial or subscription before it can be indexed. Pick a plan from the dashboard's plan picker. The first time you subscribe on an account, checkout automatically applies a 30-day free trial of that plan, unless the account has already used its trial.

3

Connect your editor

Add the Scrubby MCP server to your editor's configuration. For example, in Claude Code's project .mcp.json:

{
  "mcpServers": {
    "scrubby": {
      "type": "http",
      "url": "https://mcp.scrubby.ai/mcp"
    }
  }
}

Your editor handles authentication via OAuth on first connect. See the setup page for your editor under Integrations.

4

Connect a repository

Ask your connected editor to index a repository, or add it from the dashboard's Repositories page. See Your First Index.

5

Install the GitHub App (optional)

To get automated pull request reviews in addition to editor access, install the Scrubby GitHub App on the repository. This is separate from the MCP server and from signing in. See GitHub App.

Both paths are independent. A repository can be indexed for editor use without the GitHub App installed, and the GitHub App only reviews pull requests on repositories that have already been indexed.