SaM-92/mcp_autogen_sse_stdio
This repository demonstrates how to use AutoGen to integrate local and remote MCP (Model Context Protocol) servers. It showcases a local math tool (math_server.py) using Stdio and a remote Apify tool (RAG Web Browser Actor) via SSE for tasks like arithmetic and web browsing.
Platform-specific configuration:
{
"mcpServers": {
"mcp_autogen_sse_stdio": {
"command": "npx",
"args": [
"-y",
"mcp_autogen_sse_stdio"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...