> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cnap.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Documentation MCP

> Search and query CNAP documentation in real-time from any MCP-compatible AI tool

Agents operating on CNAP need context — how products work, what API endpoints are available, how to configure deployments. The documentation MCP server gives them real-time access to the full CNAP docs, with no authentication required.

```
https://docs.cnap.tech/mcp
```

<Info>
  This is the **documentation** MCP server for searching docs. For the **platform** MCP server that manages CNAP resources, see [Platform MCP](/ai/platform-mcp).
</Info>

## What It Does

* **Real-time search** — AI tools query CNAP documentation as you chat, returning up-to-date answers
* **Zero configuration** — no API keys, no OAuth, no auth at all
* **Any MCP client** — works with Claude, Cursor, VS Code, and any tool that supports MCP

## Try It

Once connected ([setup instructions](/ai/index#quick-setup)), ask your AI assistant:

```text Example prompts theme={null}
How do I create a new product in CNAP?
What's the difference between managed and imported clusters?
How do I set up pricing for my products?
```

<Tip>
  The MCP server returns real-time data from the latest documentation — no stale training data.
</Tip>

## Other Ways AI Tools Access Docs

Beyond the MCP server, CNAP provides multiple channels for AI tools:

### Contextual Menu

Every documentation page includes a contextual menu with quick actions:

* **Copy page** — copy content as Markdown for pasting into AI tools
* **View as Markdown** — open the page in raw Markdown format
* **Open in AI tools** — start a conversation in ChatGPT, Claude, or Perplexity with page context
* **Connect to editors** — one-click MCP setup for Cursor or VS Code

### LLMs.txt Files

Industry-standard files for AI indexing:

* **`llms.txt`** — all pages with descriptions for quick reference
* **`llms-full.txt`** — complete documentation in one file

### Markdown Access

Append `.md` to any URL for AI-friendly Markdown output:

```
https://docs.cnap.tech/ai/docs-mcp.md
```

## Troubleshooting

<AccordionGroup>
  <Accordion title="MCP Server Not Connecting">
    * Verify URL: `https://docs.cnap.tech/mcp`
    * Check internet connection
    * Ensure your AI tool supports the MCP protocol
    * Try the contextual menu on any doc page for automatic setup
  </Accordion>

  <Accordion title="Configuration Not Loading">
    * Check JSON syntax in config files
    * Verify file permissions and correct file location
    * Restart your AI application after config changes
  </Accordion>

  <Accordion title="Outdated Information">
    * The MCP server always returns real-time data
    * Restart the MCP connection in your tool
    * Clear cached responses in your AI app
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Quick Setup" icon="plug" href="/ai/index#quick-setup">
    Configure your AI tool to connect in under a minute
  </Card>

  <Card title="Platform MCP" icon="server" href="/ai/platform-mcp">
    Manage infrastructure and deployments through AI agents
  </Card>
</CardGroup>
