Install
$ agentstack add mcp-sandraschi-fullstack-builder-script ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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.
- Author: sandraschi
- Source: sandraschi/fullstack-builder-script
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.