Loading subscription status...
{
"mcpServers": [
{
"EntraID MCP Server": {
"env": {
"CLIENT_ID": "<your-client-id>",
"TENANT_ID": "<your-tenant-id>",
"CLIENT_SECRET": "<your-client-secret>"
},
"args": [
"run",
"--with",
"azure-core",
"--with",
"azure-identity",
"--with",
"fastmcp",
"--with",
"msgraph-core",
"--with",
"msgraph-sdk",
"fastmcp",
"run",
"/path/to/src/msgraph_mcp_server/server.py"
],
"command": "uv"
}
}
]
}