Skip to content
Cursor

Legacy-Code-Migrator for Cursor

io.github.evozim/legacy-migrator

Automated code modernizer converting legacy logic to ESNext.

client:Cursor transport:sse

Install Legacy-Code-Migrator in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Legacy-Code-Migrator in other clients