The KugelAudio docs MCP server gives AI coding tools a small, explicit way to search our docs, read docs pages, and open setup links.Documentation Index
Fetch the complete documentation index at: https://docs.kugelaudio.com/llms.txt
Use this file to discover all available pages before exploring further.
Supported tools
The local stdio server exposes:| Tool | Use it for |
|---|---|
search_docs | Find relevant KugelAudio documentation pages. |
read_docs_page | Read one page by docs path or URL. |
open_kugelaudio_link | Open setup links for the dashboard, API keys, auth docs, or voices. |
configure_diagnostics | Store the user’s one-time choice for background diagnostics. |
report_support_issue | Save a redacted support report after the user agrees to send it. |
configure_diagnostics stores that choice locally.
The hosted Streamable HTTP server exposes only stateless tools:
search_docsread_docs_pageopen_kugelaudio_linkreport_support_issue
Support reports
report_support_issue requires explicit user consent in the tool input and saves a redacted JSONL report on the MCP server. Hosted reports are persisted by the Hetzner deployment.
For local development, override the report path with KUGELAUDIO_SUPPORT_REPORT_PATH: