Skip to content
MCP-Bridge
Developer Tools

GalleryManagementClient MCP Config

The Admin Gallery Management Client.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/azure-com-azsadmin-galleryitem.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-azsadmin-galleryitem.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-azsadmin-galleryitem": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-azsadmin-galleryitem"],
      "env": {
      "GALLERYMANAGEMENTCLIENT_API_KEY": "your_gallerymanagementclient_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-azsadmin-galleryitem.json

Environment Variables

GALLERYMANAGEMENTCLIENT_API_KEY

Replace your_gallerymanagementclient_api_key with your actual gallerymanagementclient api key

Endpoints

GET/subscriptions/{subscriptionId}/providers/microsoft.gallery.admin/galleryItems

Lists gallery items.

POST/subscriptions/{subscriptionId}/providers/microsoft.gallery.admin/galleryItems

Uploads a provider gallery item to the storage.

GET/subscriptions/{subscriptionId}/providers/microsoft.gallery.admin/galleryItems/{galleryItemName}

Get a specific gallery item.

DELETE/subscriptions/{subscriptionId}/providers/microsoft.gallery.admin/galleryItems/{galleryItemName}

Delete a specific gallery item.