- Azure Cli
Azure Cli
What is Azure CLI MCP?
Azure CLI MCP is a server that enhances the Azure Command-Line Interface (CLI) by providing a user-friendly prompt and exposing its functionalities through a Model Context Protocol (MCP) server.
How to use Azure CLI MCP?
To use Azure CLI MCP, install the Azure CLI, authenticate your Azure account, and run the MCP server locally using the provided Java executable. You can configure it with tools like Claude Desktop or VS Code for better integration.
Key features of Azure CLI MCP?
- Access to the full Azure CLI capabilities.
- Enhanced user experience with a prompt for easier command execution.
- Integration with development tools like VS Code and Claude Desktop.
Use cases of Azure CLI MCP?
- Listing and managing Azure resources.
- Fixing configuration and security issues in Azure services.
- Creating and deploying Azure resources like Container Apps and Registries.
FAQ from Azure CLI MCP?
- Is it safe to use Azure CLI MCP?
Yes, but be cautious and validate the commands generated by the LLM.
- Can I run this server remotely?
Currently, it is recommended to run it locally due to security concerns.
- How do I install Azure CLI MCP?
Follow the installation instructions provided in the documentation, including prerequisites like having Java installed.
Server Config
{
"mcpServers": {
"azure-cli": {
"command": "java",
"args": [
"-jar",
"~/Downloads/azure-cli-mcp.jar"
]
}
}
}