Skip to main content
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

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 in the cloned repo’s docs/ 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.