ModWrench for VS Code
io.github.171county/modwrench
One MCP server for mod platforms and local modding diagnostics. No data kept.
client:VS Code
transport:stdio
runtime:npm
Install ModWrench in VS Code
.vscode/mcp.json
{
"servers": {
"modwrench": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modwrench/cli"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs