ModWrench for Cursor
io.github.171county/modwrench
One MCP server for mod platforms and local modding diagnostics. No data kept.
client:Cursor
transport:stdio
runtime:npm
Install ModWrench in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"modwrench": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modwrench/cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs