CleanClean
Agents

Agent Overview

Clean works with Claude Code, Cursor, Antigravity, and Codex via MCP.

Clean connects to AI coding agents through the Model Context Protocol (MCP) — an open standard for giving AI tools structured access to external services.

Once connected, your agent gains three tools:

ToolDescription
search_codeSemantic search across indexed repos
index_repoTrigger indexing for a repository
list_reposList all indexed repositories

Supported agents

AgentSetupConfig location
Claude CodeAutomatic~/.claude.json
CursorManual paste required~/.cursor/mcp.json
AntigravityAutomatic~/.gemini/antigravity/mcp_config.json
CodexAutomatic~/.codex/config.toml

Reconnecting

To re-run the MCP config step without reinstalling:

npx @tryclean/create connect

On this page