This is the documentation MCP server for searching docs. For the platform MCP server that manages CNAP resources, see Platform MCP.
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), ask your AI assistant:Example prompts
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 referencellms-full.txt— complete documentation in one file
Markdown Access
Append.md to any URL for AI-friendly Markdown output:
Troubleshooting
MCP Server Not Connecting
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
Configuration Not Loading
Configuration Not Loading
- Check JSON syntax in config files
- Verify file permissions and correct file location
- Restart your AI application after config changes
Outdated Information
Outdated Information
- The MCP server always returns real-time data
- Restart the MCP connection in your tool
- Clear cached responses in your AI app