renforge for Cursor
io.github.alex-jordan547/renforge
Inspect, drive and debug a running Ren'Py game: state, screenshots, guarded clicks, saves, builds.
client:Cursor
transport:stdio
runtime:pypi
Install renforge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"renforge": {
"type": "stdio",
"command": "uvx",
"args": [
"renforge"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs