Labsco
MCP SERVER

ng-diagram MCP Server

by synergycodes

ng-diagram's real API and documentation, bundled offline, so an assistant stops inventing React-shaped hooks that do not compile.

Framework & SDK Documentation LookupVerified
Summary
Version-matched API data shipped inside the package — nothing to fetch, nothing to expire.

The failure it targets is easy to reproduce: an assistant that has never seen ng-diagram reaches for hook-shaped APIs from similarly named React libraries and writes code that looks right and does not compile. search_symbols and get_symbol answer with the current signature and the exact import line, which is the part the guess gets wrong.

What it is

A documentation server for the ng-diagram Angular library. The documentation and API data ship inside the package, and both are searched then fetched — prose on one side, symbols on the other.

What you get
  • The bundled documentation searched by term — guides, configuration options, examples, integration patterns — returned as matching sections — search_docs
  • A whole documentation page fetched by its path when a section is not enough — get_doc
  • The public API searched for classes, functions, interfaces, types, constants and enums, filterable by kind — search_symbols
  • One symbol's definitive signature, its jsDoc and a ready-to-paste import statement — get_symbol
Requirements

No account, no key and no network calls — the package carries the documentation and API data with it, so nothing goes stale between releases. Run npx -y @ng-diagram/mcp; on Windows launch it through cmd /c. Inside the ng-diagram monorepo, build tools/mcp-server and point the client at the built dist/index.js instead.

Setup effort

One command — npx -y @ng-diagram/mcp