migrationpilot for Grok
io.github.mickelsamuel/migrationpilot
112 rules that catch dangerous PostgreSQL migrations, plus a pass/fail gate to call before any DDL.
client:Grok
transport:stdio
runtime:npm
Install migrationpilot in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"migrationpilot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"migrationpilot"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs