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.jsonConfiguration 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
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.jsonEnvironment Variables
GALLERYMANAGEMENTCLIENT_API_KEYReplace your_gallerymanagementclient_api_key with your actual gallerymanagementclient api key
Endpoints
GET
/subscriptions/{subscriptionId}/providers/microsoft.gallery.admin/galleryItemsLists gallery items.
POST
/subscriptions/{subscriptionId}/providers/microsoft.gallery.admin/galleryItemsUploads 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.