3 months ago
MCP server that enables AI assistants to search ng-diagram documentation and public API. Provides intelligent documentation search and API symbol lookup for ng-diagram - an Angular library for building interactive diagrams. Connect it to AI assistants like Claude, Cursor, or any MCP-compatible tool.
Server Config
{
"mcpServers": {
"ng-diagram-docs": {
"command": "npx",
"args": [
"-y",
"@ng-diagram/mcp"
]
}
}
}