MCP server
The docs site runs a Model Context Protocol server that gives your AI tools access to aSearchAndiAIRun tool. This tool searches across the AIRun knowledge base to find relevant guides, code examples, and implementation details.
Server URL: https://docs.airun.me/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):Windsurf
Add to your Windsurf MCP configuration: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 smaller than HTML and includes YAML frontmatter.
Linkheaders pointing to/llms.txtand/llms-full.txtX-Llms-Txtheader with the llms.txt URL