ADO MCP Server
April 3, 2025 ยท View on GitHub
Overview
This project provides a MCP server implementation for working with MS Graph using the REST API.
Setup
{
"mcpServers": {
"msgraph": {
"command": "npx",
"args": [
"-y",
"@dpk83/graphmcpserver"
],
"env": {
"GRAPH_API_TOKEN": "<MS Graph Token>",
}
}
}
}
Environment Variables
The project uses the following environment variables:
GRAPH_API_TOKEN: MS Graph API token
Model Context Protocol (MCP)
Model Context Protocol (MCP) is a protocol designed to facilitate seamless communication and data exchange between different systems and models. It provides a standardized way to define, share, and manage context information, enabling interoperability and integration across various platforms.
To learn more about MCP, visit the following resources: