Used by 1 plugin
Generates code scaffolding from natural language prompts using the Agiflow AI scaffold tool.
Add to your .mcp.json:
{
"mcpServers": {
"scaffold": {
"command": "npx",
"args": [
"-y",
"@agiflowai/scaffold-mcp"
]
}
}
}npx