> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-docs-align-with-readme.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Use Agno with your coding agent

> Wire up agno documentation with your favorite coding agent.

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](https://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

```bash theme={null}
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.

| Tool         | Where to add it                                                        |
| ------------ | ---------------------------------------------------------------------- |
| **Cursor**   | Settings → Indexing & Docs → Add `https://docs.agno.com/llms-full.txt` |
| **VSCode**   | Add the URL as a doc source via your AI extension's settings.          |
| **Windsurf** | Add 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](/tutorials/agent-platform/overview) 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.
