Migrationpilot
Rank #5,692io.github.mickelsamuel/migrationpilot
112 rules that catch dangerous PostgreSQL migrations, plus a pass/fail gate to call before any DDL.
Migrationpilot is a Model Context Protocol (MCP) server published by mickelsamuel. It ranks #5,692 of 132,046 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Migrationpilot is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on Feb 17, 2026 and most recently updated on Aug 12, 2026.
Ranks ahead of 126,354 of 132,046 servers on MCP Toplist.
Use Migrationpilot
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add migrationpilot -- npx -y migrationpilot[mcp_servers.migrationpilot]
command = "npx"
args = ["-y", "migrationpilot"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"migrationpilot": {
"command": "npx",
"args": [
"-y",
"migrationpilot"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"migrationpilot": {
"command": "npx",
"args": [
"-y",
"migrationpilot"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"migrationpilot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"migrationpilot"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"migrationpilot": {
"command": "npx",
"args": [
"-y",
"migrationpilot"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"migrationpilot": {
"command": "npx",
"args": [
"-y",
"migrationpilot"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mickelsamuel%2Fmigrationpilot)<a href="https://mcptoplist.com/server/io.github.mickelsamuel%2Fmigrationpilot"><img src="https://mcptoplist.com/badge/io.github.mickelsamuel%2Fmigrationpilot.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
mickelsamuel
Available versions (5)
| Version | Published |
|---|---|
| 1.6.1 | Aug 12, 2026 |
| 1.5.1 | Aug 11, 2026 |
| 1.5.0 | Mar 7, 2026 |
| 1.4.1 | Mar 7, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Migrationpilot?
- Migrationpilot is maintained by mickelsamuel, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is Migrationpilot listed on the Official MCP Registry?
- Yes — Migrationpilot is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Migrationpilot have?
- MCP Toplist tracks 5 versions of Migrationpilot, most recently published on Aug 12, 2026.
- Where can I find the source code for Migrationpilot?
- The source code for Migrationpilot is hosted at github.com/mickelsamuel/migrationpilot.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.