Design & CreativeAuto-generated
SharedImageGalleryServiceClient MCP Server
Shared Image Gallery Service Client.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-compute-gallery
Environment Variables
SHAREDIMAGEGALLERYSERVICECLIENT_API_KEYExample: your_sharedimagegalleryserviceclient_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-compute-gallery": {
"command": "npx",
"args": ["-y","@mcp/azure-com-compute-gallery"],
"env": {
"SHAREDIMAGEGALLERYSERVICECLIENT_API_KEY": "your_sharedimagegalleryserviceclient_api_key"
}
}
}
}Endpoints
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Compute/galleriesGalleries_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleriesGalleries_ListByResourceGroup
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}Galleries_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}Galleries_CreateOrUpdate
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}Galleries_Delete
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/imagesGalleryImages_ListByGallery
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName}GalleryImages_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName}GalleryImages_CreateOrUpdate
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName}GalleryImages_Delete
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName}/versionsGalleryImageVersions_ListByGalleryImage