SharedImageGalleryServiceClient MCP Config
Shared Image Gallery Service Client.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-compute-gallery.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-compute-gallery.json to fetch programmatically.
{
"mcpServers": {
"azure-com-compute-gallery": {
"command": "npx",
"args": ["-y","@mcp/azure-com-compute-gallery"],
"env": {
"SHAREDIMAGEGALLERYSERVICECLIENT_API_KEY": "your_sharedimagegalleryserviceclient_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/azure-com-compute-gallery.jsonEnvironment Variables
SHAREDIMAGEGALLERYSERVICECLIENT_API_KEYReplace your_sharedimagegalleryserviceclient_api_key with your actual 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