azure_mcp_server
5
Azure MCP Server is a Model Context Protocol server designed to facilitate interactions with Azure services. It supports operations for Azure Blob Storage and Azure Cosmos DB, aiming to streamline data management tasks while automatically logging activities for auditing purposes.
Azure MCP Server
An implementation of a Model Context Protocol server for interaction with Azure services, supporting Azure Blob Storage and Azure Cosmos DB. Operations are logged and accessible via a specific audit endpoint.
Running Locally with the Claude Desktop App
- Install using Smithery or manually by cloning the repository.
- Configure Azure credentials and Claude Desktop configuration.
Available Tools
Azure Blob Storage Operations
- Create, list, delete containers
- Upload, delete, list, read blobs
Azure Cosmos DB (NoSQL API) Operations
- Create, describe, list, delete containers
- Create, read, replace, delete, query items
Azure App Configuration Operations
- Read, write, delete key-values
Special Notes on Cosmos DB: Requires partition keys and is case-sensitive.