Agent Plugins Marketplace
All plugins

azure

v1.0.0-ghast.1

Explore and manage Azure cloud resources with Microsoft’s official Azure MCP Server (Beta).

Agent Plugins1 Skill1 MCP serverstdio

By Ghast AILicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 8, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Get the plugin

git clone https://github.com/Trapezohe/ghast-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/azure/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

plugins/azure/
├── plugin.json
├── skills/azure/SKILL.md
└── mcp.json

Included Skills1

azureskills/azure/SKILL.md

Use Microsoft Azure in Ghast. Explore and manage Azure cloud resources with Microsoft’s official Azure MCP Server (Beta). 通过 Microsoft 官方 Azure MCP Server(Beta)探索与管理 Azure 云资源。

MCP servers1

azurestdio
command
npx
args
-y @azure/[email protected] server start
env.AZURE_MCP_COLLECT_TELEMETRY
false

Plugin manifests1

plugins/azure/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "azure",
  "version": "1.0.0-ghast.1",
  "description": "Explore and manage Azure cloud resources with Microsoft’s official Azure MCP Server (Beta).",
  "author": {
    "name": "Ghast AI",
    "url": "https://ghast.trapezohe.ai"
  },
  "homepage": "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/get-started",
  "license": "MIT",
  "extensions": {
    "ai.trapezohe.ghast": {
      "officialConnectorSource": "https://learn.microsoft.com/en-us/azure/developer/azure-mcp-server/get-started",
      "connectorPublisher": "Microsoft",
      "category": "developer-tools",
      "icon": "./assets/icon.png",
      "displayName": "Microsoft Azure",
      "descriptions": {
        "en": "Explore and manage Azure cloud resources with Microsoft’s official Azure MCP Server (Beta).",
        "zh-CN": "通过 Microsoft 官方 Azure MCP Server(Beta)探索与管理 Azure 云资源。"
      }
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[azure on Agent Plugins Marketplace](https://pluginsmp.com/plugins/azure-2)