mcp-angular-cli
Angular CLI MCP サーバー 🅰️
Angular CLIとワークスペース自動化機能を提供するモデルコンテキストプロトコルサーバー。このサーバーにより、LLMとエージェントはAngularプロジェクトとの連携、コンポーネント/サービスの生成、パッケージの追加、新しいワークスペースの作成、カスタムアーキテクトターゲットの実行をAngular CLI経由で実行できるようになります。
特徴
ng generateを実行して、Angular アーティファクト (コンポーネント、サービスなど) をスキャフォールディングします。ng add実行して、Angular ワークスペースにパッケージを追加します。ng newを実行して新しい Angular ワークスペースを作成します。ng run実行してカスタム アーキテクト ターゲットを実行します。ng updateを実行して、Angular パッケージと依存関係を更新します。エージェント/LLM統合のためのモデルコンテキストプロトコル(MCP)経由
Related MCP server: vscode-mcp-server
インストール
npm を使用してパッケージをグローバルにインストールできます。
npm install -g @talzach/mcp-angular-cliまたは、プロジェクト内でローカルに使用します。
npm install --save-dev @talzach/mcp-angular-cli使用法
サーバーを直接実行できます:
npx @talzach/mcp-angular-cliまたは、エージェントまたはツールでカスタム MCP サーバーとして使用する場合は、次のように構成します。
MCP構成の例
{
"mcpServers": {
"angular-cli": {
"command": "npx",
"args": ["-y", "@talzach/mcp-angular-cli"]
}
}
}ツールの使用例
コンポーネントを生成します。
{ "schematic": "component", "name": "my-component", "appRoot": "/absolute/path/to/your/angular/project" }パッケージを追加します:
{ "package": "@angular/material", "appRoot": "/absolute/path/to/your/angular/project" }新しいワークスペースを作成します。
{ "name": "my-workspace", "directory": "/absolute/path/to/where/you/want/it" }カスタム アーキテクト ターゲットを実行します。
{ "target": "app:build:production", "appRoot": "/absolute/path/to/your/angular/project" }
役に立つと思ったら、このリポジトリにスターを付けてください。
npmへの公開
このパッケージの新しいバージョンを npm に公開するには、次のコマンドを実行します。
npm run publish-npmこれにより、プロジェクトが自動的にビルドされ、パブリック パッケージとして公開されます。
開発する
このサーバーをローカルでテストまたは開発する場合は、MCPサーバーの設定でローカルのビルド出力を指定する必要があります。プロジェクトをビルドした後(例: npm run build )、MCPサーバーファイル(例: .mcp.json )でローカルのdist/index.jsファイルを使用するように設定します。
{
"angular-cli": {
"command": "node",
"args": ["/path/to/your/mcp-angular-cli/dist/index.js"]
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Apache 2.0
- AlicenseAqualityDmaintenanceMCP server to expose VS Code editing features to an LLM for AI coding9142388MIT
- AlicenseNot gradedqualityAmaintenanceA generic, modular server for implementing the Model Context Protocol (MCP).46345ISC
- AlicenseNot gradedqualityFmaintenanceFork with more tools and streaming http69MIT
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP Spec Compliance MCP — audits any MCP server.json against the official Model Context Protocol
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/talzach/mcp-angular-cli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server