Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add mcp/praydog/re-engine-mcp/reframeworkgit clone --depth 1 https://github.com/praydog/re-engine-mcpGrade A, and why
reframework scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"reframework": {
"type": "stdio",
"command": "dotnet",
"args": [
"run",
"--project",
"mcp-server"
],
"env": {
"REFRAMEWORK_API_URL": "http://localhost:8899"
}
}
}What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 14 lines scan A 992b5b63ef32
reframework is an MCP server published in the GitHub repository praydog/re-engine-mcp (30 stars, last pushed 5mo ago), licensed MIT. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other mcp servers, from other repositories
cities2-mcp
Local MCP server and agent skills for Cities: Skylines II wiki knowledge, game encyclopedia lookup, and mod workflows. Runs locally from the cities2-mcp Python package. Needs 3 environment variables to run.
hoi4-agent-tools
Analyze HOI4 events, tech trees, AI weights, and MTTH; build focus trees, GUIs, and maps. Runs locally from the hoi4-agent-tools npm package.
dayz-agentic-modding-mcp
MCP server "dayz-agentic-modding-mcp" as configured in covalschi/dayz-agentic-modding-mcp. Runs locally from the dayz-agentic-modding-mcp Python package.
godot-mcp
MCP server for full Godot 4.x engine control with 165 tools for AI-driven game development. Runs locally from the @tugcantopaloglu/godot-mcp npm package.
unity-mcp-server
MCP server "unity-mcp-server" as configured in akiojin/unity-mcp-server. Runs mcp-server/bin/unity-mcp-server.js with node. Needs 2 environment variables to run.
portals-web-games
MCP server "portals-web-games" as configured in portals-labs/portals-plugin-claude. Runs ${CLAUDE_PLUGIN_ROOT}/mcp/server.cjs with node.