Zip Hive Scaffold
Zip Hive Scaffold
MCP server for bulk-creating files and folders for any project. Works with Claude Desktop, opencode, Cursor, Windsurf, and any MCP-compatible AI client.
Quick Start
curl -fsSL https://ziphive.js.org/mcp/install.sh | bashThen tell your AI:
Add the MCP server at ~/.ziphive-scaffold/dist/index.js
That's it. The AI will configure itself.
What it does
Give your AI assistant the ability to create files and folders on your local machine. Say things like:
"Create a React project called dashboard in ~/projects"
"Scaffold a Python FastAPI app called backend in /home/user/dev"
"Add a components/ui folder and Button.tsx to my existing app"
"Set up a Turborepo monorepo called platform in ~/code"
Tools
Tool | Description |
| Create a project from a built-in template |
| List all available templates |
| Create a project from a custom JSON structure |
| Add files to an existing directory |
| Create empty folder structures |
Built-in Templates
Template | Description |
| React 18 + Vite + TypeScript |
| Next.js 14 App Router + Tailwind CSS |
| Express REST API + TypeScript |
| FastAPI with async support |
| Minimal HTML/CSS/JS |
| Turborepo monorepo |
Manual Setup
If you prefer not to use the install script:
git clone https://github.com/Dqrshan/ziphive-scaffold.git
cd ziphive-scaffold
npm install
npm run buildThen tell your AI to add the MCP server pointing to dist/index.js.
Adding Custom Templates
Edit src/templates/index.ts and add a new ProjectStructure object:
templates["my-template"] = {
name: "my-template",
description: "My custom template",
folders: ["src", "tests"],
files: [
{ path: "package.json", content: "{ ... }" },
{ path: "src/index.ts", content: "..." },
],
};Then rebuild: npm run build
License
MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Dqrshan/ziphive-scaffold'
If you have feedback or need assistance with the MCP directory API, please join our Discord server