Azure MCP ServerServer

mashriram
GitHub
AzureCloud ServicesMCP

Loading subscription status...

💡 Description

An implementation of the Model Context Protocol server for interacting with Azure services. It currently supports Azure Blob Storage and Azure Cosmos DB (NoSQL API) and enables automatic logging of all operations via an audit endpoint.

📝 JSON Entries

{
  "mcpServers": [
    {
      "mcp-server-azure": {
        "args": [
          "--directory",
          "/path/to/repo/azure-mcp-server",
          "run",
          "azure-mcp-server"
        ],
        "command": "uv"
      }
    }
  ]
}

🛠️ Tools

blob_container_createblob_container_listblob_uploadblob_readcosmosdb_item_createcosmosdb_item_readcosmosdb_item_query

Features

  • Automatic logging of operations
  • Support for Azure Blob Storage and Cosmos DB
  • Integration with Claude Desktop application

💬 Example Queries

  • Create a new blob container in Azure Blob Storage
  • List all blobs in a specified container
  • Query items in Azure Cosmos DB from a specific container