Skip to main content
Nozle documentation is available as an MCP (Model Context Protocol) server, letting AI coding tools query our docs in real time.

Connect your AI tools

claude mcp add --transport http nozle https://docs.nozle.app/mcp

Available tools

Once connected, your AI tools can:
  • Search — Find relevant documentation by keyword or semantic query
  • Read pages — Navigate and read the full content of any docs page
  • Report issues — Flag documentation problems directly from your editor

What this enables

Your AI coding assistant will automatically pull Nozle docs when generating code that uses our SDKs or API. Instead of generic answers, it gives responses grounded in our actual documentation — correct method signatures, current endpoints, and real examples.

Additional resources

Nozle docs are also available in machine-readable formats:
ResourceURLDescription
llms.txtdocs.nozle.app/llms.txtDocumentation index for LLMs
llms-full.txtdocs.nozle.app/llms-full.txtFull documentation content
MarkdownAppend .md to any page URLClean markdown for AI processing