Skip to content
VS Code

migration map mcp for VS Code

io.github.mrfentmen/migration-map-mcp

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

client:VS Code transport:stdio runtime:npm

Install migration map mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

migration map mcp in other clients