Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub markus41/claude --plugin claude-code-templatingCopy 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
Share bugs, ideas, or general feedback.