mcpbeat Sign in

Migration Map MCP Server

local only

Migration Map MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Aug 2026.

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

Installs / week
npm · migration-map-mcp
0
Stars
0 open issues
9 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Migration Map MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add migration-map-mcp -- npx -y migration-map-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "migration-map-mcp": {
      "args": [
        "-y",
        "migration-map-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.migration-map-mcp]
command = "npx"
args = ["-y", "migration-map-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "migration-map-mcp": {
      "args": [
        "-y",
        "migration-map-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "migration-map-mcp": {
      "args": [
        "-y",
        "migration-map-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Migration Map MCP

same job, measured the same way
IIS Rescue
by iisrescue

Legacy IIS, classic ASP and SQL Server migration: paths, FAQ, end-of-support dates, fit assessment.

8 tools answering
SQL Card Data Lint
by jmshinhwa

Names every column, index, view and seed row in a .sql migration that stores card data, with its PCI

598 installs/wk local only
Locksmith
by cxk280

Lints PostgreSQL migrations for dangerous locking operations and suggests safe rewrites.

27 installs/wk local only
Xero MCP
by servosity

Every Xero Accounting read plus a local SQLite ledger - aging, reconciliation, and GL tie-out

local only
Datto RMM MCP
by servosity

Every Datto RMM API operation, plus a local SQLite fleet store and fleet-wide analytics no other

local only
I
MCP Schema Designer
by vpatser1

Design database schemas from natural language, validate SQL, generate migrations and types

25 installs/wk local only
PostgreSQL MCP Server
by neverinfamous

PostgreSQL MCP server with 203 tools, connection pooling, HTTP/SSE, OAuth 2.1, and tool filtering

57 installs/wk local only
Database
by rog0x

SQL formatting, schema visualization, migration generation

33 installs/wk local only

Migration Map MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Migration Map MCP?
Migration Map MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package migration-map-mcp.
How do I connect Migration Map MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls migration-map-mcp straight from npm; nothing to host, nothing to sign up for.
Is Migration Map MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.