Skip to content
Back to search
30
MCP

mig2schema

pulsemcp/mig2schema

Extracts database schema from PostgreSQL migration files by running them in temporary containers and outputting human-readable schema information or SQL DDL, enabling developers to understand final database structure without manually tracking changes across multiple migration files.

Uptime
0.0%
9 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.Optisol-Business/db-metadata-extractor-mcp
Extract database metadata from PostgreSQL, Snowflake, SQL Server, BigQuery, and Oracle.
0 tools
SchemaFlow
Provides real-time PostgreSQL schema access through cloud-based caching, delivering cached database structure information including tables,
0 tools
MigraFlow - Database Migration AI
AI-powered database migration. Analyze schemas, generate SQL, calculate risks.
0 tools
Berth
Database management — query, schema inspection, migrations for PostgreSQL, MySQL, SQLite.
0 tools
io.github.optisol-business/db-metadata-extractor-mcp
Extract database metadata from PostgreSQL, Snowflake, SQL Server, BigQuery, and Oracle.
0 tools
psycopg2
Exposes psycopg2 PostgreSQL database adapter functionality as callable tools.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mig2schema": {
      "url": "None",
      "transport": "http"
    }
  }
}