Skip to content
Cursor

releaseguard for Cursor

io.github.rudrendupaul/releaseguard

Scans datasets/models for PII/secrets, redacts, and packages a public-release bundle via MCP.

client:Cursor transport:stdio runtime:pypi

Install releaseguard in Cursor

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

{
  "mcpServers": {
    "releaseguard": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "releaseguard-cli"
      ]
    }
  }
}

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

releaseguard in other clients