Skip to content

migration map mcp for Zed

io.github.mrfentmen/migration-map-mcp

Find local migration numbering gaps and rollback pairing signals without returning SQL, paths,...

client:Zed transport:stdio runtime:npm

Install migration map mcp in Zed

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

{
  "context_servers": {
    "migration-map-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "migration-map-mcp"
      ]
    }
  }
}

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

migration map mcp in other clients