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.
Re-index periodically as the docs evolve.
Pair this with the Agent Platform template
The Agent Platform template ships with Claude Code prompts in the cloned repo’sdocs/ folder: create-new-agent.md, improve-agent.md, eval-and-improve.md, and 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.