Skip to main content

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.

Two ways to get Agno’s full documentation surface inside your coding agent.

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

claude mcp add agno-docs https://docs.agno.com/mcp
Then in any session, the agent can call docs tools to search, read pages, and pull code samples on demand.

Option 2: Index the docs

Add https://docs.agno.com/llms-full.txt as an indexed source. Your coding agent reads it like any other doc reference.
ToolWhere to add it
CursorSettings → Indexing & Docs → Add https://docs.agno.com/llms-full.txt
VSCodeAdd the URL as a doc source via your AI extension’s settings.
WindsurfAdd it to your indexed sources in the Cascade settings.
Re-index periodically as the docs evolve.

Pair this with the Agent Platform template

The Agent Platform template ships with Claude Code prompts at docs/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.