Agilebuilder
Freeby MCP Community
AI-native developer tooling for template-based project creation and document-guided development via CLI, Web UI, and MCP.
v1.0.19Added Apr 12, 2026
scaffoldscaffoldingtemplateclimcp
Agilebuilder MCP Server
AI-native developer tooling for template-based project creation and document-guided development via CLI, Web UI, and MCP.
Installation
Reviews
Installation
Quick install
npx -y agilebuilder
Add to claude_desktop_config.json
{
"mcpServers": {
"agilebuilder": {
"command": "npx",
"args": ["-y", "agilebuilder"]
}
}
}