demo_mcp_learn
Verified Safeby EfeSenerr
Overview
A multi-agent demonstration integrating the Model Context Protocol (MCP) with the Microsoft Agent Framework to create collaborative AI agents.
Installation
python main.pyEnvironment Variables
- GITHUB_TOKEN
- ONE_API_KEY
Security Notes
The code relies on external APIs (The One API, GitHub Models API) for functionality. API keys are properly handled via environment variables and are not hardcoded. No 'eval' or other directly dangerous patterns are observed.
Similar Servers
snippy
An AI-powered code snippet manager that integrates with GitHub Copilot via MCP, provides vector search for code, and uses AI agents for documentation and style guide generation.
mcpc
Build and compose agentic Model Context Protocol (MCP) servers and tools, enabling AI assistants to discover, integrate, and orchestrate other MCP servers for complex tasks.
openrouter-deep-research-mcp
This server orchestrates multi-agent AI research workflows by decomposing complex queries, executing parallel sub-queries using an ensemble of LLMs, and synthesizing findings into comprehensive reports, often leveraging real-time web data, internal knowledge bases, and advanced caching.
mcp_cafe
Simulates technical discussions with various AI agent personalities to aid in problem-solving and brainstorming.