mcp-server-microsoft365
by borgels
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MS_CLIENT_ID | No | Your application (client) ID | |
| MS_TENANT_ID | No | Your Microsoft Entra tenant ID (e.g., contoso.onmicrosoft.com or GUID) | |
| MS_TIMEOUT_MS | No | Timeout in milliseconds for HTTP requests | 30000 |
| MCP_HTTP_TOKEN | No | Bearer token for HTTP transport authentication | |
| MS_ACCESS_TOKEN | No | A pre-fetched access token to short-circuit grants | |
| MS_CLIENT_SECRET | No | Your client secret | |
| MS_REFRESH_TOKEN | No | A refresh token for delegated authentication | |
| MS_AUTHORITY_HOST | No | Authority host for token requests | https://login.microsoftonline.com |
| MS_GRAPH_BASE_URL | No | Base URL for Microsoft Graph API | https://graph.microsoft.com/v1.0 |
| MCP_MAX_BODY_BYTES | No | Maximum body size for HTTP transport (in bytes) | 10485760 |
| MCP_ALLOWED_ORIGINS | No | Allowed origins for HTTP transport |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/borgels/mcp-server-microsoft365'
If you have feedback or need assistance with the MCP directory API, please join our Discord server