This archived repository provided integration between Microsoft AutoGen and the Model Context Protocol, enabling AutoGen agents to connect with data sources and tools. Its functionality is now integrated into the
This package provided integration between Microsoft AutoGen and the Model Context Protocol (MCP), enabling AutoGen agents to connect with data sources and tools.
Note: This repository is archived. Its functionality is integrated into the official autogen-ext
package from version v0.4.6.
MCP is an open standard that enables secure, two-way connections between AI systems and data sources, replacing fragmented integrations with a universal protocol. This allows AI assistants to maintain context as they move between different tools and datasets.
The package offered seamless integration of MCP tools with AutoGen agents, enabling connection to any MCP-compatible data source or tool. It also provided automatic conversion of MCP tool schemas to AutoGen-compatible formats.
To use the integrated functionality, install autogen-ext
. The mcp_server_tools
function and StdioServerParams
class facilitate connections to MCP servers, as demonstrated in the Quick Start example. Refer to the samples directory for usage examples and the official AutoGen and MCP documentation for further details.
richard-gyiko/autogen-ext-mcp
December 27, 2024
March 27, 2025
Python