Over-Reach Detector for Cursor
io.github.choreoatlas/over-reach-detector
Detect when AI code changes exceed declared task scope (MCP server).
client:Cursor
transport:stdio
runtime:pypi
Install Over-Reach Detector in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"over-reach-detector": {
"type": "stdio",
"command": "uvx",
"args": [
"over-reach-detector"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs