Skip to main content
Glama
royalpinto007

migrate-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 7 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues