nabajitdey/mcp-autogen
This is a very basic implementation of a multi-agent system that connects an Autogen LLM client to one or more MCP (Model Context Protocol) tool servers. You can use it as blueprint for making your MCP workflow from scratch. 🚀
Platform-specific configuration:
{
"mcpServers": {
"mcp-autogen": {
"command": "npx",
"args": [
"-y",
"mcp-autogen"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...