Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

A Model Context Protocol server that provides Angular CLI and workspace automation capabilities. This server enables LLMs and agents to interact with Angular projects, generate components/services, add packages, create new workspaces, and run custom architect targets via the Angular CLI.

<a href="https://glama.ai/mcp/servers/@talzach/mcp-angular-cli">
<img width="380" height="200" src="https://glama.ai/mcp/servers/@talzach/mcp-angular-cli/badge" alt="mcp-angular-cli MCP server" />
</a>

## Features

- Run `ng generate` to scaffold Angular artifacts (components, services, etc.)
Expand Down Expand Up @@ -106,4 +110,4 @@ If you want to test or develop this server locally, you need to point your MCP s
"args": ["/path/to/your/mcp-angular-cli/dist/index.js"]
}
}
```
```