Enables budget management, scenario creation, and value updates through natural language, integrating with the Budget Planner MVP.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.ALLOW_PASSWORDLESS_AUTH— true VITE_ALLOW_PASSWORDLESS_AUTH=true pnpm devAPP_BASE_PATH— Scenario pages subscribe to Server-Sent Events at ${}/api/budgets/:budgetId/scenarios/:scenarioId/events, so edits from another browser or API client update open views automatically.DEPLOY_SKIP_PM2_RESTART— Set =true if you only want to rebuild and sync the frontend output without restarting pm2.ENV_FILEFRONTEND_DIST— BUDGET_DOMAIN=example.com BUDGET_BASE_PATH=/abc ACME_EMAIL=admin@example.com BACKEND_UPSTREAM=localhost:4000 =/srv/budget-frontend caddy run --config deploy/CaddyfileHTTPS— The backend can serve directly when certificate files are already available:PM2_APP_NAME— For pm2-based deployments, pnpm deploy:prod builds all workspaces, replaces the contents of FRONTEND_DIST, and restarts the backend with pm2 restart ${}. Configure both values in the root .env file:PORT— HTTPS=true TLS_CERT_FILE=/etc/letsencrypt/live/example.com/fullchain.pem TLS_KEY_FILE=/etc/letsencrypt/live/example.com/privkey.pem =443 pnpm --filter backend startTLS_CERT_FILE— HTTPS=true =/etc/letsencrypt/live/example.com/fullchain.pem TLS_KEY_FILE=/etc/letsencrypt/live/example.com/privkey.pem PORT=443 pnpm --filter backend startTLS_KEY_FILE— HTTPS=true TLS_CERT_FILE=/etc/letsencrypt/live/example.com/fullchain.pem =/etc/letsencrypt/live/example.com/privkey.pem PORT=443 pnpm --filter backend start[](https://m8ven.ai/mcp/maejie-abc-uet6x1)