Skip to content
VS Code

renforge for VS Code

io.github.alex-jordan547/renforge

Inspect, drive and debug a running Ren'Py game: state, screenshots, guarded clicks, saves, builds.

client:VS Code transport:stdio runtime:pypi

Install renforge in VS Code

.vscode/mcp.json

{
  "servers": {
    "renforge": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "renforge"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

renforge in other clients