safe fix mcp for Cursor
io.github.pamela-0/safe-fix-mcp
Finds real dead code and proposes a safe, test-gated branch+PR to remove it.
client:Cursor
transport:stdio
runtime:pypi
Install safe fix mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"safe-fix-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"safe-fix-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs