Skip to main content
The stdio (standard input/output) transport is the default one in Agno’s integration. It works best for local integrations. To use it, simply initialize the MCPTools class with the command argument. The command you want to pass is the one used to run the MCP server the agent will have access to. For example uvx mcp-server-git, which runs a git MCP server:
You can also use multiple MCP servers at once, with the MultiMCPTools class. For example: