The MCP-poweredboilerplate registryfor AI coding agents
Give your AI agent access to production-ready project templates. Ask it to scaffold — it picks the right boilerplate and sets everything up.
Give your AI agent access to production-ready project templates. Ask it to scaffold — it picks the right boilerplate and sets everything up.
Three steps to a production-ready project
Add BoilerForge as an MCP server to your AI coding agent
Tell your agent what you want to build — it picks the right boilerplate
Your project is created with best practices, ready to build on
Production-ready templates your agent can scaffold instantly
Full-stack AI agent with memory, tools, and reasoning loop
Production-ready React Native starter with navigation, auth, and theming
Persistent memory layer for AI agents with vector search
GitHub Actions CI/CD pipeline with testing, linting, and deployment
Shopify app boilerplate with OAuth, webhooks, and Admin API
Full SaaS starter with auth, billing, dashboard, and API
Add BoilerForge to your AI coding agent in seconds
Add to your claude_desktop_config.json:
{
"mcpServers": {
"boilerforge": {
"command": "npx",
"args": ["-y", "boilerforge"]
}
}
}Add to your .cursor/mcp.json:
{
"mcpServers": {
"boilerforge": {
"command": "npx",
"args": ["-y", "boilerforge"]
}
}
}BoilerForge is open source. Star the repo, contribute boilerplates, or just start scaffolding.