FAQ
Frequently asked questions about AgileBuilder
General
What is AgileBuilder?
AgileBuilder is a developer tool focused on template-based project generation. It helps you create standardized project scaffolds from reusable templates, and integrates with AI tools via MCP protocol.
Is AgileBuilder free?
The local version is completely free and open source. Pro and Team versions offer additional features like online template management and multi-device sync.
What platforms does AgileBuilder support?
AgileBuilder runs on Windows, macOS, and Linux. The CLI tool works wherever Node.js is available.
Templates
How do I create a template?
Check out our Template Tutorial for a step-by-step guide on creating your first template.
Can I use existing projects as templates?
Yes! You can convert any existing project into a template by adding variable placeholders and a configuration file.
Where are templates stored?
Templates can be stored locally or synced to the cloud (Pro/Team versions). Local templates are managed through the AgileBuilder UI or CLI.
AI Integration
What is MCP?
MCP (Model Context Protocol) is a standard protocol that allows AI tools like Cursor, Claude, and others to interact with external tools. AgileBuilder provides MCP integration so AI can generate projects from your templates.
Which AI tools are supported?
Any AI tool that supports MCP can use AgileBuilder, including:
- Cursor
- Claude (with MCP support)
- Other MCP-compatible tools
How do I set up MCP integration?
See our AI Integration Guide for detailed setup instructions.
Troubleshooting
The CLI command is not found
Make sure you have installed AgileBuilder globally:
npm install -g agilebuilder
Template generation fails
Common causes:
- Invalid variable syntax in template files
- Missing required variables
- Network issues when fetching remote templates
Check the error message for specific details, or run with --verbose flag for more information.
Still have questions?
- Check our documentation
- Open an issue on GitHub
- Contact us at wjd8060@gmail.com