MCP.so
ログイン

azure-mcp-server

@matthewfreshit

azure-mcp-server について

概要はまだありません

基本情報

カテゴリ

クラウドとインフラ

ランタイム

node

トランスポート

stdio

公開者

matthewfreshit

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is azure-mcp-server?

azure-mcp-server is a Model Context Protocol (MCP) server built with mcp-framework that provides tools for interacting with Azure services, including Storage (blob operations), Virtual Machines (lifecycle management), and App Service (configuration and management). It is intended for developers and operators who need to manage Azure resources via MCP-compatible clients.

How to use azure-mcp-server?

Install dependencies with npm install, build the project with npm run build, and start the server with npm start. All tools authenticate automatically using DefaultAzureCredential, which tries environment variables, managed identity, Azure CLI, Visual Studio Code credentials, and interactive browser login.

Key features of azure-mcp-server

  • Tools for Azure Storage blob and container operations
  • Tools for Azure Virtual Machine lifecycle management
  • Tools for Azure App Service configuration and management
  • Authentication via DefaultAzureCredential (no manual login required)
  • Built with the mcp-framework for easy extensibility
  • Detailed console logging for debugging

Use cases of azure-mcp-server

  • List, create, and delete Azure Storage containers and blobs from an MCP client
  • Start, stop, restart, and delete Azure Virtual Machines
  • Retrieve and manage Azure App Service details and configuration
  • Automate resource management tasks across multiple Azure services
  • Integrate Azure operations into MCP‑driven workflows

FAQ from azure-mcp-server

What Azure services does azure-mcp-server support?

It provides tools for Azure Storage (blob/container operations), Azure Virtual Machines (VM management), and Azure App Service (app configuration and management).

How does azure-mcp-server authenticate to Azure?

All tools use @azure/identity’s DefaultAzureCredential, which attempts authentication via environment variables, managed identity, Azure CLI, VS Code credentials, and interactive browser login (in that order).

What permissions are required for the Storage tools?

Storage Account Contributor for managing account settings and Storage Blob Data Contributor for CRUD operations on blobs and containers.

コメント

「クラウドとインフラ」の他のコンテンツ