migrate-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| detect_migration_frameworksA | Detect Alembic, golang-migrate, TypeORM, Sequelize, and Prisma from repository evidence. |
| list_migration_statusA | List migration inventory and database-backed status when framework configuration is available. |
| detect_schema_driftC | Use verified framework-native commands to inspect schema drift and report unsupported dimensions honestly. |
| review_migrationsA | Statically review migration files for destructive, availability, data, and rollback risks without executing them. |
| generate_migrationB | Generate a migration through the detected framework. Requires explicit approval and blocks production-like targets. |
| explain_migrationC | Explain migration operations in plain English without executing them. |
| get_rollback_guidanceB | Provide rollback guidance and caveats. This tool never runs a rollback. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool targets a distinct aspect of migration management: generation, explanation, rollback guidance, framework detection, status listing, drift detection, and risk review. There is no overlap or ambiguity in their purposes.
All tool names follow a consistent verb_noun snake_case pattern (e.g., generate_migration, detect_schema_drift, list_migration_status). This uniform convention makes the set predictable and easy to navigate.
Seven tools is well-scoped for a migration-focused server. Each tool covers a necessary part of the migration workflow without redundancy, fitting the typical 3-15 tool range.
The set covers framework detection, generation, explanation, review, status, drift detection, and rollback guidance. A minor gap is the lack of explicit apply or rollback execution tools, though generate_migration may partially cover apply, and the server may intentionally focus on planning and analysis.