Main
- Trusted source: designed to reduce hallucinations by restricting responses to official Microsoft documentation.
- HTTP MCP endpoint: exposes a remote MCP server URL (not a browser URL) intended for compliant clients.
- Token budget control: documents
maxTokenBudgetto cap response sizes for faster agent loops. - CLI option: README mentions
@microsoft/learn-clias an alternative way to search from terminals.
FAQ
- Can I open it in a browser?: No. The README notes it may return 405 in a browser; connect via an MCP client.
- Do I need auth?: The README positions it as free and no-key for basic usage.
- How do I keep outputs small?: Append
?maxTokenBudget=<N>to cap response tokens.