II.
ToolServer JSON
Structured · livetool-server:mcp-angular-cli
Angular CLI MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-angular-cli",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-frameworks.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Angular CLI MCP Server",
"description": "MCP server wrapping the Angular CLI for AI-assisted Angular development.\nEnables agents to scaffold components, run builds, execute tests, and invoke\nAngular schematics through a standardized MCP interface.\n",
"protocol": "mcp",
"category": "devtools",
"repoUrl": "https://github.com/talzach/mcp-angular-cli",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-angular-cli",
"to": "framework:angular",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-angular-cli",
"to": "domain:frontend",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-angular-cli",
"to": "domain:web-development",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}