Skip to content
Zed

Legacy-Code-Migrator for Zed

io.github.evozim/legacy-migrator

Automated code modernizer converting legacy logic to ESNext.

client:Zed transport:sse

Install Legacy-Code-Migrator in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "legacy-migrator": {
      "url": "https://legacy-migrator-mcp.vercel.app/api/mcp"
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Legacy-Code-Migrator in other clients