Two ways to get Agno’s full documentation surface inside your coding agent.Documentation Index
Fetch the complete documentation index at: https://docs.agno.com/llms.txt
Use this file to discover all available pages before exploring further.
Option 1: Add the docs as an MCP server
Add docs.agno.com/mcp as an MCP server in your coding agent. The agent gets live access to the docs, no indexing step. Works in any MCP-aware client: Claude Code, Cursor, Codex, Continue, and others.Claude Code example
Option 2: Index the docs
Addhttps://docs.agno.com/llms-full.txt as an indexed source. 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. |
Pair this with the Agent Platform template
The Agent Platform template ships with Claude Code prompts atdocs/create-new-agent.md, docs/improve-agent.md, docs/eval-and-improve.md, and docs/review-and-improve.md. With Agno’s docs indexed (or wired as MCP), Claude Code has both the platform’s local context and the framework’s full reference.