Odel
ModWrench

ModWrench

Local
@171countyTypeScriptMITUpdated 2mo ago

One MCP server for mod platforms and local modding diagnostics. No data kept.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@modwrench/cliv0.0.1

Run

npx -y @modwrench/cli

MCP client config

{
  "mcpServers": {
    "modwrench": {
      "command": "npx",
      "args": [
        "-y",
        "@modwrench/cli"
      ]
    }
  }
}