io.github.alex-jordan547/renforge
PYPI · RENFORGE · SCANNED SEP 21
Inspect, drive and debug a running Ren'Py game: state, screenshots, guarded clicks, saves, builds.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security50
- Malware scan not yet available for this package.Unverified
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
- 2 of 39 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 12 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 7089 tokens (~131/item across 54 items; 54 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
- Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (96% of tools); any adoption earns full credit.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- All 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
- An AI judge read all 55 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
How do I install the io.github.alex-jordan547/renforge MCP server?
io.github.alex-jordan547/renforge runs locally as a PyPI package, launched with uvx renforge. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
pypi · renforge
claude mcp add alex-jordan547-renforge -- uvx renforge
{
"mcpServers": {
"alex-jordan547-renforge": {
"command": "uvx",
"args": [
"renforge"
]
}
}
} {
"servers": {
"alex-jordan547-renforge": {
"command": "uvx",
"args": [
"renforge"
]
}
}
} codex mcp add alex-jordan547-renforge -- uvx renforge
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"alex-jordan547-renforge": {
"type": "local",
"command": [
"uvx",
"renforge"
],
"enabled": true
}
}
} openclaw mcp add alex-jordan547-renforge --command uvx --arg renforge
mcp_servers:
alex-jordan547-renforge:
command: "uvx"
args: ["renforge"] {
"McpServers": {
"alex-jordan547-renforge": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"renforge"
]
}
}
} assistant mcp add alex-jordan547-renforge -t stdio -c uvx -a renforge
{
"mcpServers": {
"alex-jordan547-renforge": {
"command": "uvx",
"args": [
"renforge"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 21 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 17 Sept 26 −3
- Stability: pass → 0.80 functional
- 16 Sept 26 +1
- Stability: 0.97 → pass security
- 14 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 11 Sept 26 −3
- Security disclosure: unverified → fail ▼ functional
- Stability: pass → 0.83 functional
- 10 Sept 26 +1
- Stability: 0.97 → pass security
- Security disclosure: fail → unverified ▼ functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 21 Sept 2026 · Analysed pypi/renforge@0.7.2
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Background: How many MCP packages publish verified provenance →
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| build_backend | allowlisted | hatchling.build |
Background: Why install scripts are a supply-chain risk →
Dependencies 39 packages
| Packages resolved | 39 |
|---|---|
| Stale | 1 |
| No linked repository | 1 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
renforge_stop Renforge Stop ~56
Stop the live runtime and cleanup the launch/session state. Running games may be interrupted, and active quick-save/lock state should be considered volatile after stop.
| Name | Type | Req | Description |
|---|---|---|---|
| project_path | string | yes | Project root whose active launch should be stopped. |
Structured output declared, but exposes no named fields.
No examples provided.
renforge_translation_stats Renforge Translation Stats ~73
Compute missing/covered translation stats for a language before generation. Run this first, then gate calls to translation generation. This may download and cache the required SDK before analysis.
| Name | Type | Req | Description |
|---|---|---|---|
| language | string | yes | Language code or name under `game/tl/`. |
| project_path | string | yes | Project root to analyze. |
Structured output declared, but exposes no named fields.
No examples provided.
renforge_wait_until Renforge Wait Until ~277
Wait for one stable condition (`label`, `screen`, or `expr`). Prefer `label` or `screen` when possible; `expr` is arbitrary Python evaluated repeatedly in the store namespace and may mutate game state, access the filesystem, start processes, or use the network with the game process's permissions. Keep timeout bounded.
| Name | Type | Req | Description |
|---|---|---|---|
| expr | – | – | Expression condition to evaluate and await success. Evaluated repeatedly during waiting. |
| include | – | – | Optional fields to include in compact state output. |
| interval | number | – | Polling interval in seconds. |
| label | – | – | Target label to wait for; provide either label, screen, or expression. |
| max_depth | integer | – | Maximum object nesting depth in compact state, from 0 through 20. |
| max_items | integer | – | Maximum list/map items in compact state, from 1 through 10000. |
| max_output_bytes | integer | – | Payload cap for the result, from 64 through 2000000 bytes. |
| project_path | string | yes | Project root with active live session. |
| screen | – | – | Target screen name to wait for. |
| state_profile | string | – | Returned state shape: `minimal`, `interaction`, `debug`, or `full`. |
| timeout | number | – | Maximum wait time, a finite value between 0 and 120 seconds. |
Structured output declared, but exposes no named fields.
No examples provided.
renforge_web_build Renforge Web Build ~80
Run the Ren'Py web build pipeline and write browser assets. It may download/cache the Ren'Py SDK, but requires the separately installed Web DLC and does not download external toolchains or the Web DLC. Destination controls output.
| Name | Type | Req | Description |
|---|---|---|---|
| destination | string | – | Optional output directory override. |
| project_path | string | yes | Project root for build output. |
Structured output declared, but exposes no named fields.
No examples provided.
What is the io.github.alex-jordan547/renforge MCP server?
io.github.alex-jordan547/renforge is an MCP server listed in the public MCP registry as io.github.alex-jordan547/renforge. Inspect, drive and debug a running Ren'Py game: state, screenshots, guarded clicks, saves, builds. This page covers its PyPI package (renforge).
Is the io.github.alex-jordan547/renforge MCP server safe to use?
io.github.alex-jordan547/renforge scores 69 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.alex-jordan547/renforge MCP server expose?
io.github.alex-jordan547/renforge exposes 54 tools: renforge_info, renforge_context, renforge_inspect_image, renforge_inspect_project, renforge_scan_project, and 49 more. Their descriptions and schemas cost roughly 6,769 tokens of context every time the server is loaded.
Is the io.github.alex-jordan547/renforge MCP server still maintained?
io.github.alex-jordan547/renforge is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.alex-jordan547/renforge MCP server under?
io.github.alex-jordan547/renforge declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.