m365-copilot-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AZURE_CLIENT_ID | Yes | App registration client ID from the Azure Portal. | |
| AZURE_TENANT_ID | Yes | Azure AD tenant ID from the Azure Portal. | |
| PYTHONUNBUFFERED | No | Used to ensure output is sent immediately to the terminal or logs. | |
| AZURE_CLIENT_SECRET | No | Only required for confidential clients. | |
| M365_COPILOT_TIMEOUT | No | Request timeout in seconds (default: 60). | 60 |
| M365_COPILOT_CACHE_DIR | No | Token cache location. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| m365_retrieveA | Retrieve raw text chunks from M365 for YOUR AI to reason over. |
| m365_chatA | Quick Q&A with M365 Copilot. |
| m365_meetingsA | Get AI-generated meeting summaries, action items, and mentions from Teams. |
| m365_searchA | Find documents in OneDrive using semantic + keyword hybrid search. |
| m365_chat_with_filesA | Ask questions about specific documents you already have URIs for. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/renepajta/m365-copilot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server