About

For AI Agents

How AI tools can consume documentation from this portal.

Overview

This portal is designed to serve both human readers and AI agents. Two integration points make documentation programmatically accessible:

MCP Server

The portal exposes an MCP (Model Context Protocol) server at /mcp. Any MCP-compatible client (Claude Code, Cursor, VS Code Copilot, Windsurf) can connect and query documentation during AI-assisted workflows.

Available tools:

  • list-pages — Discover all available documentation pages with titles, paths, and descriptions
  • get-page — Retrieve the full Markdown content of a specific page

See the MCP Integration page for setup instructions.

LLMs.txt

The portal generates /llms.txt and /llms-full.txt files following the llms.txt specification. These files provide a structured index of all documentation, optimized for LLM consumption.

See the LLMs Integration page for details.