Azure
Createdmashriram
Enables interaction with Azure services like Blob Storage, Cosmos DB, and App Configuration via the Model Context Protocol.
About
Azure allows interaction with key Azure services through the Model Context Protocol (MCP). It supports Azure Blob Storage operations like container and blob management, Azure Cosmos DB operations for NoSQL data management, and Azure App Configuration for reading and writing key-value pairs. All operations are logged for auditing, enhancing transparency and security when interacting with Azure resources through the MCP.
Key Features
- Supports Azure Blob Storage operations (create, list, delete containers; upload, delete, list, read blobs)
- Supports Azure Cosmos DB (NoSQL API) operations (create, describe, list, delete containers; create, read, replace, delete, query items)
- Automatic logging of all operations via the `audit://azure-operations` endpoint
- Authentication via environment variables or Azure CLI credentials (DefaultAzureCredential)
- Supports Azure App Configuration operations (read, write, delete key-values)
- 4 GitHub stars
Use Cases
- Managing Azure Blob Storage containers and blobs using natural language commands
- Interacting with Azure Cosmos DB data using a conversational interface
- Dynamically configuring applications using Azure App Configuration via natural language