AgentManager
Verified Safeby NilavoBoral
Overview
Manages and orchestrates a unified ecosystem of LLM providers, AI agents, and external tools via the Model Context Protocol (MCP).
Installation
agentmanager-uiEnvironment Variables
- GOOGLE_API_KEY
- OPENAI_API_KEY
- OLLAMA_API_KEY
- GROQ_API_KEY
- MISTRAL_API_KEY
Security Notes
The system correctly uses environment variables for API keys and doesn't hardcode secrets. It handles arbitrary MCP server URLs and headers, which means the user must ensure they are connecting to trusted external services. No obvious malicious patterns or critical vulnerabilities observed in the provided source code.
Similar Servers
klavis
Creates an AI agent that uses Klavis Strata to interact with Gmail and YouTube through MCP, demonstrating how to summarize a YouTube video and email the summary.
npcpy
A comprehensive Python library and framework for building, evaluating, and serving LLM-powered agents and multi-agent systems, integrating fine-tuning capabilities, knowledge graphs, and scalable model operations, with a built-in Flask API server for deployment.
mcpstore
MCPStore acts as an orchestration layer for managing Microservice Context Protocol (MCP) services and adapting them as tools for AI frameworks like LangChain, AutoGen, and others.
AgentUp
A developer-first framework for building, deploying, and managing secure, scalable, and configurable AI agents, supporting various agent types (reactive, iterative) and the Model-Context Protocol (MCP) for seamless interactions.