Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub twofoldtech-dakota/plugin-migration-plannerCopy 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_plannerShare bugs, ideas, or general feedback.