Back to Home
nabajitdey icon

mcp-autogen

Verified Safe

by nabajitdey

Overview

Orchestrates a multi-agent system using Autogen to connect to and utilize tools exposed by various MCP (Model Context Protocol) servers, including local stdio and HTTP/SSE transports.

Installation

Run Command
python app.py

Environment Variables

  • OPENAI_API_KEY
  • OPENAI_MODEL

Security Notes

No direct 'eval' or hardcoded secrets are present in the provided code snippets. The OpenAI API key is loaded from environment variables, which is good practice. However, the system relies on launching external executables ('uvx' for mcpdoc adapter) and potentially fetching content from external URLs. This introduces a dependency on the trustworthiness of the configured 'uvx_path' binary and the URLs provided to the 'mcpdoc' adapter. Ensuring these external dependencies are trusted is critical for security. Network access to specified HTTP MCP servers is also required.

Similar Servers

Stats

Interest Score31
Security Score8
Cost ClassHigh
Avg Tokens1000
Stars1
Forks0
Last Update2025-11-22

Tags

Multi-AgentLLM OrchestrationTool CallingAutogenMCP Protocol