Azure MCP
查询 Azure 资源、日志与配置,用对话管理微软云。
安装命令
终端
npx -y @azure/mcp在 Cursor 中配置(mcp.json)
{
"mcpServers": {
"azure": {
"command": "npx",
"args": [
"-y",
"@azure/mcp"
]
}
}
}查询 Azure 资源、日志与配置,用对话管理微软云。
npx -y @azure/mcp{
"mcpServers": {
"azure": {
"command": "npx",
"args": [
"-y",
"@azure/mcp"
]
}
}
}