Angular MCP Server
Get real-time information about Angular API availability, library compatibility, and best practices directly in your IDE. Powered by Model Context Protocol for seamless development experience.
Powered by Trusted Sources
Built on comprehensive data from the most reliable Angular resources
Can I Use Database
Comprehensive Angular API tracking
Real-time data on Angular feature availability, version compatibility, and migration paths. Our extensive database tracks every Angular API from experimental to stable releases.
AI Chat Integration
Intelligent Angular assistance
Advanced AI chat capabilities powered by up-to-date documentation from Angular, Angular Material, RxJS, and NgRX. Get instant help with Angular concepts, best practices, and troubleshooting directly in your IDE, powered by Kapa.ai.
Get Started with Angular CLI MCP Server
The Angular CLI includes an experimental Model Context Protocol (MCP) server enabling AI assistants to interact with the Angular CLI
Cursor
Create `.cursor/mcp.json` in your project root:
{
"mcpServers": {
"@dolmen-tools/ng-mcp-server": {
"url": "https://www.dolmen.tools/api/angular/mcp"
}
}
}
VS Code
Create `.vscode/mcp.json` in your project root:
{
"servers": {
"@dolmen-tools/ng-mcp-server": {
"url": "https://www.dolmen.tools/api/angular/mcp"
}
}
}
JetBrains IDEs
Go to Settings | Tools | AI Assistant | Model Context Protocol (MCP):
{
"name": "@dolmen-tools/ng-mcp-server",
"url": "https://www.dolmen.tools/api/angular/mcp"
}