
ModWrench
Diagnose game mod installs and query mod platforms from your agent through one stdio MCP server that does not retain your data.
Overview
io.github.171county/modwrench is a MCP server for the Build phase that unifies mod-platform access and local modding diagnostics through @modwrench/cli with no retained data.
What is this MCP server?
- Single MCP server covering mod platforms plus local modding diagnostics
- Stdio transport via npm package @modwrench/cli (v0.0.1)
- Explicit no-data-retention positioning for privacy-minded modders
- GitHub source at 171county/modwrench for self-inspection
- Fits game and agent workflows where mods break silently
- Package version 0.0.1
- npm identifier @modwrench/cli
- Transport: stdio
What problem does it solve?
Modded game workflows splinter across websites, launchers, and log files, so agents cannot help you trace conflicts without a dedicated integration layer.
Who is it for?
Indie game tinkerers and tool makers who live in mod ecosystems and want agent-assisted troubleshooting without shipping telemetry to a third party.
Skip if: SaaS teams with no game-mod surface area, or builders who need hosted analytics instead of local diagnostic tools.
What do I get? / Deliverables
Once @modwrench/cli is in your MCP config, your agent can run platform and filesystem-aware mod diagnostics in the same thread as your code edits.
- Agent-callable mod platform queries and checks
- Local modding diagnostic results inside the agent session
- Stdio MCP wiring documented via the ModWrench repository
Recommended MCP Servers
Journey fit
Build-phase integration servers wire external platforms and local game folders into the agent loop while you assemble modded experiences or tools. Integrations is the right shelf because ModWrench bridges mod hosting APIs and on-disk mod layouts rather than shipping production monitoring or marketing analytics.
How it compares
Game-mod integration MCP, not a cloud deploy or SEO analytics server.
Common Questions / FAQ
Who is io.github.171county/modwrench for?
Solo builders and modders who use AI agents while iterating on game modifications and need unified platform plus local diagnostics.
When should I use io.github.171county/modwrench?
Use it during build and integration debugging when mods fail to load, versions clash, or you need agent-driven checks across mod platforms and local folders.
How do I add io.github.171county/modwrench to my agent?
Install and register the npm stdio server @modwrench/cli (see github.com/171county/modwrench) in your MCP client’s servers configuration.