migration-planner-db
stdioUsed by 1 plugin
Installs migration-planner, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub twofoldtech-dakota/plugin-migration-plannerAdd to Your Project
Add to your .mcp.json:
{
"mcpServers": {
"migration-planner-db": {
"command": "node",
"args": [
"apps/mcp-server/dist/index.js"
],
"env": {
"DATABASE_URL": "postgresql://dakotasmith@localhost:5432/migration_planner"
}
}
}
}Command
nodeAccess Level
write
Arguments
apps/mcp-server/dist/index.js
Environment Variables
DATABASE_URL=postgresql://dakotasmith@localhost:5432/migration_planner