weavatrix-refactor
About
The refactoring layer of Weavatrix: hash-verified, always-reversible edit plans.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
WEAVATRIX_ALLOW_SOURCE_EDITS WEAVATRIX_REFACTOR_HOME WEAVATRIX_PRECISIONClaude Code
claude mcp add --env WEAVATRIX_ALLOW_SOURCE_EDITS= --env WEAVATRIX_REFACTOR_HOME= --env WEAVATRIX_PRECISION= weavatrix-refactor -- npx weavatrix-refactor
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"weavatrix-refactor","command":"npx","args":["weavatrix-refactor"],"env":{"WEAVATRIX_ALLOW_SOURCE_EDITS":"","WEAVATRIX_REFACTOR_HOME":"","WEAVATRIX_PRECISION":""}}'
JSON
{
"mcpServers": {
"weavatrix-refactor": {
"command": "npx",
"args": [
"weavatrix-refactor"
],
"env": {
"WEAVATRIX_ALLOW_SOURCE_EDITS": "",
"WEAVATRIX_REFACTOR_HOME": "",
"WEAVATRIX_PRECISION": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.