New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

migration-map-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

migration-map-mcp

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

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

migration-map-mcp

Migration Map inspects migration filenames and reports numbering gaps, duplicates, and broad risk signals. It is useful before merging database changes when the migration directory has become hard to reason about.

Quick start

npm install
npm test
npm start

Call inspect_migration_map with a project path inside MIGRATION_MAP_ROOT.

Privacy and limits

The server reads migration filenames only. It reports sequence gaps, duplicate numbers, and pairs a sequence when both a forward filename and a rollback-style filename are present. It does not read SQL, source content, migration names, or full paths. Naming conventions outside the recognized pattern may be missed.

Keywords

mcp

FAQs

Package last updated on 21 Sep 2026

Related posts