Skip to content
Cursor

migration map mcp for Cursor

io.github.mrfentmen/migration-map-mcp

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

client:Cursor transport:stdio runtime:npm

Install migration map mcp in Cursor

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

{
  "mcpServers": {
    "migration-map-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "migration-map-mcp"
      ]
    }
  }
}

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

migration map mcp in other clients