Stats
Actions
Tags
Local stdio MCP server for scaffolding projects and code structures using Agiflow tools. Enables Claude to generate boilerplate and setups. Runs as a subprocess via npx.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"scaffold": {
"command": "npx",
"args": [
"-y",
"@agiflowai/scaffold-mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub markus41/claude --plugin claude-code-templating