AgentStack
MCP verified MIT Self-run

Fullstack Builder Script

mcp-sandraschi-fullstack-builder-script · by sandraschi

PowerShell script that scaffolds a production-ready fullstack application

No reviews yet
0 installs
2 views
0.0% view→install

Install

$ agentstack add mcp-sandraschi-fullstack-builder-script

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Fullstack Builder Script? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

SOTA Fullstack App Builder

This repository showcases the AI-generated PowerShell script that scaffolds a production-ready fullstack application. The script was produced during a single agentic coding session in Cursor to demonstrate what automated tooling can create end-to-end.

Highlights

  • Generates React + TypeScript + Chakra UI frontend
  • Builds FastAPI backend with PostgreSQL, Redis, and Prometheus wiring
  • Emits Docker Compose, monitoring stack, and helper scripts
  • Includes MCP server CLI documentation and Windows-safe Unicode handling

Usage

# Run from the directory where you want the new project folder
.
\new-fullstack-app.ps1 -AppName "MyApp" [-OutputPath "C:\Projects"]
# -OutputPath is optional; when omitted the script writes to the current directory.

> Note: The generator assumes Windows with Docker Desktop available. A fresh docker-compose up smoke test is recommended after generation to validate the scaffold.

Run the Generated App

# From the generated project root (e.g., .\MyApp)
.\START.ps1

The starter script checks Docker Desktop, brings up the full stack with docker-compose up -d, waits a few seconds, and then launches the browser.

  • Dashboard/UI: http://localhost:9132
  • FastAPI backend: http://localhost:8000
  • Grafana monitoring: http://localhost:3001

Stop the stack when you are done:

# From the same project root
docker-compose down

Provenance

  • Script location: new-fullstack-app.ps1
  • Source: AI-assisted session using Cursor
  • Reference docs: mcp-central-docs/FULLSTACK_BUILDER.md

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.