microsoft/mcp

Catalog of official Microsoft MCP (Model Context Protocol) server implementations for AI-powered data access and tool integration

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 27 minutes ago
Added to GitGenius on November 14th, 2025
Created on April 9th, 2025
Open Issues & Pull Requests: 323 (+1)
Number of forks: 593
Total Stargazers: 3,598 (+0)
Total Subscribers: 45 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 3.0 days
90th percentile: 9.2 days
Tracked items: 993

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 66% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Almost all tracked open issues have seen activity in the last three months. Only 4% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 256
New in 7 days: 9
Closed in 7 days: 6
Avg open age: 127 days
Stale 30+ days: 62
Stale 90+ days: 2

Recent activity

Opened in 7 days: 9
Closed in 7 days: 6
Comments in 7 days: 20
Events in 7 days: 204

Top labels

  • server-Azure.Mcp (869)
  • needs-team-attention (165)
  • tools-Core (158)
  • enhancement (138)
  • bug (128)
  • customer-reported (121)
  • onboarding (89)
  • documentation (81)

Detailed Description

The microsoft/mcp repository is a catalog of official Microsoft Model Context Protocol server implementations designed to enable AI-powered data access and tool integration. Written primarily in C#, the repository serves as a central hub for standardized connections between large language models and various Microsoft cloud services and data sources.

Model Context Protocol is an open protocol that standardizes how applications provide context to LLMs through a client-server architecture. MCP Hosts are applications like AI assistants or IDEs that initiate connections, MCP Clients are connectors within those applications that maintain individual connections with servers, and MCP Servers are services that provide context and capabilities through the standardized protocol. This repository contains the core libraries, test frameworks, engineering systems, pipelines, and tooling that Microsoft MCP Server contributors use to unify their engineering investments and reduce duplication and divergence across implementations.

The repository hosts multiple official MCP server implementations. The Azure MCP Server implements the MCP specification to create seamless connections between AI agents and Azure services, available as a local server installable in VS Code, VS Code Insiders, Visual Studio, IntelliJ IDEA, and Eclipse. Microsoft Foundry provides a remote MCP server at https://mcp.ai.azure.com offering unified tools for models, knowledge, evaluation, and related functionality. The Azure Resource Manager MCP Server operates as a remote service at https://mcp.management.azure.com with tools to use Azure Resource Graph for retrieving and filtering information about Azure resources and managing ARM template deployments. Azure DevOps MCP Server is a TypeScript-based local server enabling a wide range of Azure DevOps tasks directly from code editors. The Azure Kubernetes Service MCP Server bridges AI tools with AKS clusters, translating natural language requests into AKS operations.

The repository is classified across multiple domains including Cloud Platform, Azure, Cloud Computing, Development Tools, DevOps, Infrastructure, Platform Services, Data Management, AI/ML, and Security, reflecting its broad scope in connecting AI systems to Microsoft's enterprise ecosystem. The repository functions as both a catalog of available servers and a shared engineering platform that standardizes how Microsoft builds and maintains MCP server implementations for AI integration with Azure and related services.