Agno is designed to be used with coding agents, and there are two ways to give your coding agents access to the Agno documentation.Documentation Index
Fetch the complete documentation index at: https://agno-v2-ab-home-page-updates-5-16.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Option 1: Add the Docs as an MCP Server
Add https://docs.agno.com/mcp as an MCP server in your coding agent. This works with any MCP-aware client: Claude Code, Cursor, Codex, Continue, and others. The agent gets live access to the docs directly. This is the recommended approach.Example: Claude Code
Two ways to give claude code access to agno. 1) Add it using the CLI:.mcp.json to your repo so anyone using it gets the docs wired in automatically:
.mcp.json
Option 2: Index the docs
Addhttps://docs.agno.com/llms-full.txt as an indexed source to your documentation.
Your coding agent reads it like any other doc reference.
| Tool | Where to add it |
|---|---|
| Cursor | Settings → Indexing & Docs → Add https://docs.agno.com/llms-full.txt |
| VSCode | Add the URL as a doc source via your AI extension’s settings. |
| Windsurf | Add it to your indexed sources in the Cascade settings. |