PluginBench
MCP Server
Active
MIT

io.github.sergii-ziborov/weavatrix-refactor MCP Server

io.github.sergii-ziborov/weavatrix-refactor

What is the io.github.sergii-ziborov/weavatrix-refactor MCP server?

Transactional refactoring MCP with 11 evidence-backed tools, hash-bound previews, and rollback.

How to install io.github.sergii-ziborov/weavatrix-refactor

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • WEAVATRIX_ALLOW_SOURCE_EDITS

    Set to 1 to authorize confirmed apply operations and rollback to write source files; unset, the refactor tools stay preview-only

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "weavatrix-refactor": {
      "command": "npx",
      "args": [
        "-y",
        "weavatrix-refactor",
        "mcp",
        "repoRoot"
      ],
      "env": {
        "WEAVATRIX_ALLOW_SOURCE_EDITS": "<YOUR_WEAVATRIX_ALLOW_SOURCE_EDITS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "weavatrix-refactor": {
      "command": "npx",
      "args": [
        "-y",
        "weavatrix-refactor",
        "mcp",
        "repoRoot"
      ],
      "env": {
        "WEAVATRIX_ALLOW_SOURCE_EDITS": "<YOUR_WEAVATRIX_ALLOW_SOURCE_EDITS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "weavatrix-refactor": {
      "command": "npx",
      "args": [
        "-y",
        "weavatrix-refactor",
        "mcp",
        "repoRoot"
      ],
      "env": {
        "WEAVATRIX_ALLOW_SOURCE_EDITS": "<YOUR_WEAVATRIX_ALLOW_SOURCE_EDITS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "weavatrix-refactor": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "weavatrix-refactor",
        "mcp",
        "repoRoot"
      ],
      "env": {
        "WEAVATRIX_ALLOW_SOURCE_EDITS": "<YOUR_WEAVATRIX_ALLOW_SOURCE_EDITS>"
      }
    }
  }
}
Claude Code
claude mcp add weavatrix-refactor --env WEAVATRIX_ALLOW_SOURCE_EDITS=<YOUR_WEAVATRIX_ALLOW_SOURCE_EDITS> -- npx -y weavatrix-refactor mcp repoRoot

Related MCP servers

Weavatrix

Active

Native Weavatrix MCP: 43 read-only repository tools across 24 code and configuration surfaces.

4
JavaScript
MIT
View repository →

Local-first Wi-Fi incident diagnostics with native BLE scan, history, and risk evidence.

1
Rust
MIT
View repository →

Source-free Weavatrix MCP: preview-gated sync, advisories, malware review, architecture contracts.

1
JavaScript
MIT
View repository →

Fast, bounded, read-only Git evidence for local AI coding agents.

0
Rust
MIT
View repository →

Always-fresh local repo graph: LSP-backed impact, Health, dead code, endpoints, architecture.

0
JavaScript
MIT
View repository →

Transactional refactoring MCP with 11 evidence-backed tools, hash-bound previews, and rollback.

0
JavaScript
MIT
View repository →