From dotcms-core
Local Angular CLI MCP server for running ng commands to generate Angular projects, components, services, modules, build, test, serve, and manage Angular apps.
npx claudepluginhub joshuarweaver/cascade-code-devops-misc-1 --plugin dotcms-coreAdd to your .mcp.json:
{
"mcpServers": {
"angular-cli": {
"command": "npx",
"args": [
"@angular/cli",
"mcp"
]
}
}
}npxShare bugs, ideas, or general feedback.