Skip to content
Cursor

renpy release gate for Cursor

io.github.jmshinhwa/renpy-release-gate

Find the .rpy lines that compile clean and only break inside a player's save

client:Cursor transport:stdio runtime:npm

Install renpy release gate in Cursor

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

{
  "mcpServers": {
    "renpy-release-gate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/renpy-release-gate"
      ]
    }
  }
}

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

renpy release gate in other clients