Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

AGNO Docs

БесплатноНе проверен

Provides real-time access to the AGNO framework documentation with section browsing and keyword search.

GitHubEmbed

Описание

Provides real-time access to the AGNO framework documentation with section browsing and keyword search.

README

An MCP (Model Context Protocol) server that gives AI assistants direct access to the AGNO framework documentation.

Instead of crawling docs manually or relying on outdated training data, Claude and other MCP-compatible clients can browse, fetch, and search AGNO docs in real time.

What it does

Exposes three MCP tools:

Tool Description
list_agno_sections List all available documentation sections with their slugs and URLs
get_agno_page Fetch the full content of a documentation page by slug or URL
search_agno_docs Keyword search across the catalog — returns matching slugs without fetching pages

On startup the server seeds a catalog of core sections (Introduction, Agents, Teams, Workflows, AgentOS) and auto-discovers additional pages from the live AGNO sitemap.


Requirements

  • Python 3.11+
  • uv (recommended) or pip

Installation

With uv (recommended)

git clone https://github.com/Attilio81/MCP_AGNO.git
cd MCP_AGNO
uv pip install -e .

With pip

git clone https://github.com/Attilio81/MCP_AGNO.git
cd MCP_AGNO
pip install -e .

This installs the mcp-agno command.


Usage with Claude Desktop

Add the server to your Claude Desktop config (claude_desktop_config.json):

{
  "mcpServers": {
    "agno-docs": {
      "command": "mcp-agno"
    }
  }
}

If you installed with uv in a virtual environment, use the full path:

{
  "mcpServers": {
    "agno-docs": {
      "command": "/path/to/venv/bin/mcp-agno"
    }
  }
}

Restart Claude Desktop. The three tools will appear automatically.


Usage with Claude Code (CLI)

claude mcp add agno-docs mcp-agno

Or add it to your project's .mcp.json:

{
  "mcpServers": {
    "agno-docs": {
      "command": "mcp-agno"
    }
  }
}

Running manually (for testing)

mcp-agno

The server runs over stdio and waits for MCP messages.


Development

git clone https://github.com/Attilio81/MCP_AGNO.git
cd MCP_AGNO
uv pip install -e ".[dev]"
pytest

Resources


License

MIT

from github.com/attilio81/mcp_agno

Установка AGNO Docs

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/attilio81/mcp_agno

FAQ

AGNO Docs MCP бесплатный?

Да, AGNO Docs MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для AGNO Docs?

Нет, AGNO Docs работает без API-ключей и переменных окружения.

AGNO Docs — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить AGNO Docs в Claude Desktop, Claude Code или Cursor?

Открой AGNO Docs на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare AGNO Docs with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории productivity