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 serverless code snippet manager that uses Azure Functions as MCP tools for AI assistants like GitHub Copilot, leveraging vector search and multi-agent orchestration for documentation and style guide generation.
openrouter-deep-research-mcp
Multi-agent AI research orchestration with dynamic LLM routing, knowledge base integration, and structured synthesis.
mcpc
A framework for building agentic Model Context Protocol (MCP) servers by composing existing MCP tools. It enables the creation of portable, interoperable AI agents with flexible execution modes and robust logging/tracing capabilities.
mcp_cafe
Simulates technical discussions with various AI agent personalities to aid in problem-solving and brainstorming.