Skip to content
MCP-Bridge
Design & Creative

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.json

Configuration 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

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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.json

Environment Variables

SHAREDIMAGEGALLERYSERVICECLIENT_API_KEY

Replace your_sharedimagegalleryserviceclient_api_key with your actual sharedimagegalleryserviceclient api key

Endpoints

GET/subscriptions/{subscriptionId}/providers/Microsoft.Compute/galleries

Galleries_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries

Galleries_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}/images

GalleryImages_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}/versions

GalleryImageVersions_ListByGalleryImage