Skip to main content
Glama

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 extras

Related 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 hatchling

  • renforge console 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.

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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