Storage Intelligence MCP
by avidunixuser
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ADMIN_ROLE | No | Entra app role required by admin endpoints. | StorageIntelligence.Admin |
| AUTH_DISABLED | No | Disables authentication for local runs. | |
| AZURE_CLI_PATH | No | Azure CLI executable. | az |
| DISCOVERY_CRON | No | Initial five-field discovery schedule. | 0 */6 * * * |
| AZURE_CLIENT_ID | No | Client ID used by managed identity when `DISCOVERY_USE_MANAGED_IDENTITY` is true. | |
| COSMOS_DATABASE | No | Inventory database name. | storage-intelligence |
| COSMOS_ENDPOINT | No | Private Cosmos DB account endpoint. Required when persistence is enabled. | |
| COSMOS_CONTAINER | No | Storage-account container name. | storage-accounts |
| WEB_AUTH_CLIENT_ID | No | The web application's client ID used as the Entra token audience (`api://<WEB_AUTH_CLIENT_ID>`). | |
| DISCOVERY_TENANT_IDS | No | Optional comma-separated tenant IDs; empty means every tenant visible in the CLI account cache. | |
| SAVED_QUESTIONS_PATH | No | Atomic localhost question-library file when Cosmos is disabled. | data/saved-agent-questions.json |
| DISCOVERY_OUTPUT_PATH | No | Scheduled CLI snapshot path. | data/discovered-storage-accounts.json |
| DISCOVERY_SCHEDULE_PATH | No | Persisted admin schedule configuration. | data/discovery-schedule.json |
| COSMOS_INVENTORY_ENABLED | No | Persist spreadsheet imports and scheduled discovery results to Cosmos DB. Default is false locally and true in Azure. | false |
| DISCOVERY_USE_MANAGED_IDENTITY | No | Run `az login --identity` with `AZURE_CLIENT_ID`. | true |
| AZURE_COMMUNICATION_EMAIL_SENDER | No | Verified Azure-managed `DoNotReply` sender address. Required for notifications. | |
| AZURE_COMMUNICATION_EMAIL_ENDPOINT | No | Azure Communication Services endpoint used with managed identity. Required for notifications. | |
| PROJECT_OWNER_NOTIFICATION_RECIPIENT | No | Server-controlled pilot recipient; never accepted from the browser. | nrp@microsoft.com |
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
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 | |