migration-planner-db

stdio

Used 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-planner
Add 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
node
Access Level
write
Arguments
apps/mcp-server/dist/index.js
Environment Variables
DATABASE_URL=postgresql://dakotasmith@localhost:5432/migration_planner