Skip to main content
There are two ways to give your coding agent access to the Agno documentation.

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

Two ways to give Claude Code access to Agno. 1) Add it using the CLI:
Or 2) Add a .mcp.json to your repo so anyone using it gets the docs wired in automatically:
.mcp.json
Then your coding agent can 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 to your documentation. Your coding agent reads it like any other doc reference. Re-index periodically as the docs change.