Skip to content
Cline

Over-Reach Detector for Cline

io.github.choreoatlas/over-reach-detector

Detect when AI code changes exceed declared task scope (MCP server).

client:Cline transport:stdio runtime:pypi

Install Over-Reach Detector in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "over-reach-detector": {
      "command": "uvx",
      "args": [
        "over-reach-detector"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Over-Reach Detector in other clients