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, and others. The agent gets live access to the docs directly. This is the recommended approach.Example: Claude Code
Add the MCP server with the CLI:.mcp.json to your repo, so anyone who clones it gets the docs wired in automatically:
.mcp.json
Option 2: Index the docs
Addhttps://docs.agno.com/llms-full.txt as an indexed doc source in your coding agent.
Your coding agent reads it like any other doc reference.
Re-index periodically as the docs change.