← Back to browse

weavatrix-refactor

Indexed by io.github.sergii-ziborov

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 varsWEAVATRIX_ALLOW_SOURCE_EDITS WEAVATRIX_REFACTOR_HOME WEAVATRIX_PRECISION
Claude Code
claude mcp add --env WEAVATRIX_ALLOW_SOURCE_EDITS= --env WEAVATRIX_REFACTOR_HOME= --env WEAVATRIX_PRECISION= weavatrix-refactor -- npx weavatrix-refactor
Cursor

Add to 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.