MCP.so
登录

🧠 Azure Self Help MCP Server

@akshaykokane

关于 🧠 Azure Self Help MCP Server

This is MCP server for Azure Help APIs for Guided Troubleshooter

基本信息

分类

云与基础设施

运行时

c#

传输方式

stdio

发布者

akshaykokane

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Azure Self Help MCP Server?

Azure Self Help MCP Server is an MCP (Model Context Protocol) server that exposes Azure’s Self Help API as a toolset. It lets AI agents (like Claude or Semantic Kernel) create and step through Azure Guided Troubleshooter sessions interactively.

How to use Azure Self Help MCP Server?

Clone the project, install the required NuGet packages (ModelContextProtocol, Microsoft.Extensions.Hosting, Azure.ResourceManager.SelfHelp, Azure.Identity), and configure the server with a Stdio transport. Then add the server to your MCP host’s config (e.g., Claude Desktop’s mcpServers block) and restart the host. The tools are automatically registered and ready for use.

Key features of Azure Self Help MCP Server

  • Exposes Azure Self Help API as MCP tools
  • Start, continue, and end troubleshooter sessions
  • View current troubleshooting step instructions
  • Restart a session from the beginning
  • Uses DefaultAzureCredential for authentication
  • Works with any MCP-compatible host

Use cases of Azure Self Help MCP Server

  • Diagnose “can’t SSH into an Azure VM” interactively
  • Automate step‑by‑step Azure resource troubleshooting
  • Let an LLM guide users through Azure support solutions
  • Integrate Azure diagnostics into custom AI applications

FAQ from Azure Self Help MCP Server

What dependencies are required?

.NET 8 SDK, Azure CLI (logged in), and an MCP‑compatible host (e.g., Claude Desktop) are needed.

How is authentication handled?

The server uses DefaultAzureCredential, which works out‑of‑the‑box with Azure CLI, environment variables, or managed identity.

Where does session data live?

Session data is managed by the Azure Self Help API in the Azure cloud; no local data is stored by the server.

What transport protocol does it use?

The server uses StdioServerTransport (standard I/O) as the MCP transport.

评论

云与基础设施 分类下的更多 MCP 服务器