Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
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"
}
}
}
}Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
DATABASE_URL=postgresql://dakotasmith@localhost:5432/migration_plannernpx claudepluginhub twofoldtech-dakota/plugin-migration-planner