ModWrench for Windsurf
io.github.171county/modwrench
One MCP server for mod platforms and local modding diagnostics. No data kept.
client:Windsurf
transport:stdio
runtime:npm
Install ModWrench in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"modwrench": {
"command": "npx",
"args": [
"-y",
"@modwrench/cli"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs