The split is the useful design decision — list_angular_categories supplies the vocabulary, search_angular_docs narrows within it, and get_angular_topic and find_angular_examples fetch the prose and the code separately, so an agent can bring back a concept without a whole page landing in context. No tool here takes a path or a project, so it will not tell you whether your code matches what it found.
A documentation lookup surface for Angular, offering keyword search, per-topic retrieval, the category index, a framework overview and an example finder.
- Search: search_angular_docs takes a query, narrowed by category and bounded by limit.
- Whole topics: get_angular_topic returns the detail for a named topic rather than a list of hits.
- The category index: list_angular_categories returns the documentation categories available, which is what the category argument on search_angular_docs expects.
- Orientation: get_angular_overview returns an overview of the framework and its features and takes no arguments.
- Code: find_angular_examples returns code examples and practical implementations for a named concept.
Nothing — no account, no key.
One command — npx angular-mcp-server
