Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MS365_MCP_HOST | No | Bind address | 0.0.0.0 |
| MS365_MCP_PORT | No | Server port | 3000 |
| MS365_MCP_CLIENT_ID | Yes | Azure AD client ID | |
| MS365_MCP_LOG_LEVEL | No | Log level | info |
| MS365_MCP_TENANT_ID | No | Azure AD tenant ID (or 'common' for multi-tenant) | common |
| MS365_MCP_CORS_ORIGIN | No | CORS allowed origins | * |
| MS365_MCP_CLIENT_SECRET | No | Azure AD client secret | |
| MS365_MCP_ALLOWED_TENANTS | No | Comma-separated tenant IDs | |
| MS365_MCP_RATE_LIMIT_REQUESTS | No | Max requests per window | 30 |
| MS365_MCP_RATE_LIMIT_WINDOW_MS | No | Rate limit window (ms) | 60000 |
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 | |