MSEnterpriseMCPServer
Verified Safeby earlbellen
Overview
Enables Copilot in Visual Studio Code to query Microsoft 365 tenant data using the Microsoft Graph API for administrative insights.
Installation
No command providedSecurity Notes
The provided "source code" consists of a README and PowerShell setup instructions, not the actual server implementation. The setup involves registering Microsoft-owned applications in an Entra ID tenant and granting specific delegated (read-only) permissions. The service emphasizes least privilege, no data storage, and audit logging. The security score reflects the robust security principles and transparency outlined for the setup, acknowledging that the actual server implementation code is not available for a direct audit. Risks are mitigated by using known Microsoft application IDs and delegated permissions.
Similar Servers
azure-devops-mcp
Provides a local Model Context Protocol (MCP) server to interact with Azure DevOps Services, enabling users to perform various tasks directly from their code editor via an agent (like GitHub Copilot).
ms-365-mcp-server
Provide an MCP server to interact with Microsoft 365 services like Email, Calendar, Files, and Teams via the Graph API.
copilot-kit
This repository provides a curated collection of GitHub Copilot prompts, instructions, and agent configurations to enhance developer productivity and streamline common development tasks within VS Code.
mssqlMCP
The SQL Server MCP (Model Context Protocol) Server enables AI assistants like GitHub Copilot within Visual Studio Code to interact with SQL Server databases, allowing for SQL query execution, detailed database metadata retrieval, and management of connections and security.