Skip to main content

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.

The KugelAudio docs MCP server gives AI coding tools a small, explicit way to search our docs, read docs pages, and open setup links.

Supported tools

The local stdio server exposes:
ToolUse it for
search_docsFind relevant KugelAudio documentation pages.
read_docs_pageRead one page by docs path or URL.
open_kugelaudio_linkOpen setup links for the dashboard, API keys, auth docs, or voices.
configure_diagnosticsStore the user’s one-time choice for background diagnostics.
report_support_issueSave a redacted support report after the user agrees to send it.
The server does not create API keys, mutate account state, or list private voices. Diagnostics are off until the user is asked once and configure_diagnostics stores that choice locally. The hosted Streamable HTTP server exposes only stateless tools:
  • search_docs
  • read_docs_page
  • open_kugelaudio_link
  • report_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:
KUGELAUDIO_SUPPORT_REPORT_PATH=.context/mcp-support-reports.jsonl npm start

Local client setup

From the docs MCP package:
cd docs/mcp
npm install
npm run build
Then configure your MCP client to run the built server:
{
  "mcpServers": {
    "kugelaudio-docs": {
      "command": "node",
      "args": ["/absolute/path/to/docs/mcp/dist/index.js"]
    }
  }
}

Hosted setup

The hosted endpoint is:
https://mcp.kugelaudio.com/mcp
Use it from MCP clients that support Streamable HTTP remote servers.

Good first prompts

Search KugelAudio docs for streaming best practices.
Open the KugelAudio API key setup link.
Ask me whether KugelAudio may receive background diagnostics if something breaks, then remember my choice.