Skip to main content
Run an Agent using our MCP integration in the Agno OS.
mcp_demo.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Prepare Node.js

The MCP server runs with npx. Install Node.js, then verify the commands:
4

Export environment variables

5

Choose the GitHub token name

Export GITHUB_TOKEN as shown above. GITHUB_ACCESS_TOKEN is accepted as a fallback name for the same personal access token.
6

Run the example

Save the code above as mcp_demo.py, then run:
Full source: cookbook/05_agent_os/advanced_demo/mcp_demo.py