CleanClean
Getting Started

Connect Your Agents

Add the Clean MCP config to your coding agent.

Once your repos are indexed, the dashboard's MCP Config step shows the exact snippet to add to your agent. Select the tab for your agent and copy the config.

Getting the config

Go to tryclean.ai/dashboard/onboarding and skip to the MCP Config step, or go to Dashboard → API Keys to generate a new key and see the config.

The config connects your agent to Clean's cloud endpoint:

https://api.tryclean.ai/mcp/sse

Two headers are required:

HeaderValue
AuthorizationBearer clean_sk_...
X-Clean-SlugYour organization slug

Both are included automatically in the config shown on the dashboard.

Agent-specific guides

Verifying the connection

Ask your agent:

"List the available MCP tools"

You should see search_code, index_repo, and list_repos in the response.

On this page