# Fullstack Builder Script

> PowerShell script that scaffolds a production-ready fullstack application

- **Type:** MCP server
- **Install:** `agentstack add mcp-sandraschi-fullstack-builder-script`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [sandraschi](https://agentstack.voostack.com/s/sandraschi)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [sandraschi](https://github.com/sandraschi)
- **Source:** https://github.com/sandraschi/fullstack-builder-script

## Install

```sh
agentstack add mcp-sandraschi-fullstack-builder-script
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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
```powershell
# 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
```powershell
# 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:
```powershell
# 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](https://github.com/sandraschi)
- **Source:** [sandraschi/fullstack-builder-script](https://github.com/sandraschi/fullstack-builder-script)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-sandraschi-fullstack-builder-script
- Seller: https://agentstack.voostack.com/s/sandraschi
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
