MCP server
The docs site runs a Model Context Protocol server that lets AI tools search and read documentation directly. Server URL:https://docs.andiai.com/mcp
Claude Code
Claude web and desktop
Add this to your MCP server settings:Cursor
Add to your.cursor/mcp.json:
VS Code
Add to your VS Code settings (JSON):llms.txt
The site publishes llms.txt files that list all documentation pages with direct markdown URLs.| File | Contents |
|---|---|
/llms.txt | Page titles and descriptions with markdown links |
/llms-full.txt | Full page content inlined as markdown |
/llms.txt for discovery and navigation. Use /llms-full.txt when you need the complete documentation in a single request.
Markdown content negotiation
Any docs page returns clean markdown when requested with theAccept: text/markdown header. The markdown response is ~30x smaller than HTML and includes YAML frontmatter.
Linkheaders pointing to/llms.txtand/llms-full.txtX-Llms-Txtheader with the llms.txt URL
LLM-ready search responses
The Search API supports aformat=context parameter that returns results as markdown optimized for LLM context windows. See response format for details.
AI crawler access
The site’srobots.txt explicitly allows AI crawlers including GPTBot, ClaudeBot, and PerplexityBot.
