Skip to content
Cursor

BumpGuard for Cursor

io.github.appcreationsca/bumpguard

Reports which of your code's API usages break when you upgrade a dependency (Python, .NET, Java).

client:Cursor transport:stdio runtime:pypi

Install BumpGuard in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "bumpguard": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "bumpguard-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

BumpGuard in other clients