Microsoft MCP
by 0xka13b
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Listen port for HTTP transport (default 3000). | |
| MCP_DEBUG | No | Any non-empty value enables debug logs (to stderr). | |
| MCP_TRANSPORT | No | Transport: stdio (default) or http. | |
| MCP_HTTP_BODY_LIMIT | No | Max request body size (default 50mb) for base64 uploads. | |
| MICROSOFT_CLIENT_ID | No | Entra ID app (client) ID for sign-in (required for login flow). | |
| MICROSOFT_TENANT_ID | No | Tenant for sign-in: common (default), organizations, consumers, or a tenant ID. | |
| MICROSOFT_ACCESS_TOKEN | No | Pre-acquired Graph token; overrides the cached sign-in when set. | |
| MICROSOFT_MCP_CACHE_DIR | No | Override the token-cache directory (default ~/.config/microsoft-mcp). |
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
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/0xka13b/microsoft-mcps'
If you have feedback or need assistance with the MCP directory API, please join our Discord server