Model Context Protocol (MCP)¶
Resources¶
- ModelContextProtocol.Io
- microsoft/mcp/Resources - MCP Resources
- microsoft/mcp-for-beginners - This open-source curriculum is designed to teach the concepts and fundamentals of the Model Context Protocol (MCP), with practical examples in .NET, Java, TypeScript, JavaScript and Python.
Articles¶
- Connect Once, Integrate Anywhere with MCP
- Introducing the Awesome GitHub Copilot Customizations repo
- Integrating Model Context Protocol Tools with Semantic Kernel: A Step-by-Step Guide
- 10 Microsoft MCP Servers to Accelerate Your Development Workflow
- Build a Model Context Protocol (MCP) server in C#
- Simplifying Model Context Protocol (MCP) Server Development with Aspire
- MCP Authorization With Dynamic Client Registration
- Understanding MCP Authorization, Step by Step, Part One
- Understanding MCP Authorization, Step by Step, Part Two
- Understanding MCP Authorization, Step by Step, Part Three
- Building an MCP Gateway with Apigee API Gateway
- Deep Dive MCP and A2A Attack Vectors for AI Agents
Servers¶
- modelcontextprotocol/servers - Model Context Protocol Servers
- punkpeye/awesome-mcp-servers - A collection of MCP servers.
- upstash/context7 - Context7 MCP Server – Up-to-date code documentation for LLMs and AI code editors
Libraries & Tools¶
- agentgateway/agentgateway - Next Generation Agentic Proxy for AI Agents and MCP servers
- microsoft/mcp-gateway - MCP Gateway is a reverse proxy and management layer for MCP servers, enabling scalable, session-aware stateful routing and lifecycle management of MCP servers in Kubernetes environments.
Samples¶
- microsoft/mcp-dotnet-samples - A comprehensive set of samples of creating and using MCP servers and clients with .NET
- Azure-Samples/azure-ai-travel-agents - The AI Travel Agents is a robust enterprise application (hosted on ACA) that leverages MCP and multiple LamaIndex AI agents to enhance travel agency operations.
- microsoft/azure-devops-mcp - The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
- microsoft/lets-learn-mcp-csharp
- skills/integrate-mcp-with-copilot - Learn how to use MCP Servers with GitHub Copilot
- christian-posta/mcp-auth-step-by-step - Step by step walkthrough of an MCP Authorization implementation