Skip to content
VS Code

Refactoring MCP Server for VS Code

io.github.marshally/mcp-refactoring

MCP server exposing Martin Fowler's refactoring catalog to LLMs with 71+ refactorings

client:VS Code transport:stdio runtime:pypi

Install Refactoring MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-refactoring": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-refactoring"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Refactoring MCP Server in other clients