> ## 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.

# Overview

> This demo showcases how to set up and run an Agno Agent that can interact with a PostgreSQL database through the [MCP Toolbox for Databases](https://googleapis.github.io/genai-tool).

| Example                                                                                       | Description                                                                                    |
| --------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| [Agent](/examples/tools/mcp/mcp-toolbox-demo/agent)                                           | Connect to an MCP toolbox server for database operations.                                      |
| [Agent OS](/examples/tools/mcp/mcp-toolbox-demo/agent-os)                                     | Demonstrates MCP enabled agent OS.                                                             |
| [Hotel Management (Typesafe)](/examples/tools/mcp/mcp-toolbox-demo/hotel-management-typesafe) | Demonstrates typesafe hotel search and booking agent.                                          |
| [Hotel Management Workflows](/examples/tools/mcp/mcp-toolbox-demo/hotel-management-workflows) | Shows sequential workflow using two MCP toolboxes and two agents for hotel search and booking. |
