Refactoring MCP Server for Zed
io.github.marshally/mcp-refactoring
MCP server exposing Martin Fowler's refactoring catalog to LLMs with 71+ refactorings
client:Zed
transport:stdio
runtime:pypi
Install Refactoring MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-refactoring": {
"command": "uvx",
"args": [
"mcp-refactoring"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs