RenForge MCP
Provides tools for inspecting and interacting with running Ren'Py projects, including reading/writing variables, evaluating expressions, and capturing screenshots.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RenForge MCPtake a screenshot of the current scene"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
RenForge
RenForge is a lightweight MCP (Model Context Protocol) server scaffold for Ren'Py project tooling.
This repository is currently alpha and intentionally small: it provides a runnable CLI, a minimal MCP entrypoint, and room for future project/bridge features.
Install (dev)
python -m venv .venv
source .venv/bin/activate
pip install -e ".[fastmcp]" # optional: installs fastmcp for full MCP runtime
pip install -e ".[ui]" # optional: installs UI extrasRelated MCP server: OpenWebGAL Assistant
Usage
renforge --version
renforge inspect <project>
renforge serve [--project <project>]
renforge ui --project <project> [--port 8765]renforge --version prints the package version.
renforge inspect prints a lightweight project summary.
renforge serve starts the MCP server when MCP/fastmcp is available, otherwise
starts in compatibility mode with a clear message.
Project status
This is an alpha foundation focused on:
Public packaging via
hatchlingrenforgeconsole entrypoint (renforge = renforge.cli:main)Minimal CLI (
--version,serve,inspect)Minimal MCP app loader with graceful fallback when optional MCP dependencies are missing
The in-game bridge is live: it injects into a running project, publishes its port/token, and lets a client inspect state, eval expressions, read/write variables, and capture screenshots (the AI can literally see the game). The web dashboard remains a V2 goal.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alex-jordan547/renforge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server