renforge for Grok
io.github.alex-jordan547/renforge
Inspect, drive and debug a running Ren'Py game: state, screenshots, guarded clicks, saves, builds.
client:Grok
transport:stdio
runtime:pypi
Install renforge in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"renforge": {
"type": "stdio",
"command": "uvx",
"args": [
"renforge"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs