
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@push-based/angular-toolkit-mcp
Advanced tools
A Model Context Protocol server for Angular project analysis and refactoring
A Model Context Protocol (MCP) server that provides Angular project analysis and refactoring capabilities. This server enables LLMs to analyze Angular projects for component usage patterns, dependency analysis, code quality issues, and provides automated refactoring assistance.
No installation required! Run directly with npx:
npx @push-based/angular-toolkit-mcp@latest --workspaceRoot=/path/to/workspace --ds.uiRoot=packages/ui
Add the server to your MCP client configuration (e.g., Claude Desktop, Cursor, Copilot, Windsurf):
{
"mcpServers": {
"angular-toolkit": {
"command": "npx",
"args": [
"@push-based/angular-toolkit-mcp@latest",
"--workspaceRoot=/absolute/path/to/your/angular/workspace",
"--ds.uiRoot=packages/ui",
"--ds.storybookDocsRoot=storybook/docs",
"--ds.deprecatedCssClassesPath=design-system/component-options.mjs"
]
}
}
}
| Parameter | Type | Description | Example |
|---|---|---|---|
workspaceRoot | Absolute path | Root directory of your Angular workspace | /Users/dev/my-angular-app |
ds.uiRoot | Relative path | Directory containing UI components | packages/ui |
| Parameter | Type | Description | Example |
|---|---|---|---|
ds.storybookDocsRoot | Relative path | Root directory containing Storybook documentation | storybook/docs |
ds.deprecatedCssClassesPath | Relative path | JavaScript file mapping deprecated CSS classes | design-system/component-options.mjs |
report-violations - Report deprecated CSS usage in a directoryreport-deprecated-css - Report deprecated CSS classes found in styling filesget-deprecated-css-classes - List deprecated CSS classes for a componentlist-ds-components - List all available Design System componentsget-ds-component-data - Get component data including implementation and documentationbuild-component-usage-graph - Map component imports across the projectbuild_component_contract - Generate a static surface contract for a componentdiff_component_contract - Compare before/after contracts for breaking changeslist_component_contracts - List all available component contractsget-project-dependencies - Analyze project dependencies and library configurationlint-changes - Lint changed Angular files using ESLint rulesFor comprehensive documentation, guides, and workflows, see the full documentation.
MIT License - see the LICENSE file for details.
Sponsored by Entain
FAQs
A Model Context Protocol server for Angular project analysis and refactoring
We found that @push-based/angular-toolkit-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.