A Python-based Azure CLI assistant that provides natural language processing capabilities for Azure commands, leveraging Azure MCP Server.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"azure-terminal-copilot": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Python-based Azure CLI assistant that provides natural language processing capabilities for Azure commands, leveraging Azure MCP Server.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in cloud
MCP Server for kubernetes management commands
MCP server for Hostinger API
IAM Policy Autopilot is an open source static code analysis tool that helps you quickly create baseline AWS IAM policies that you can refine as your application evolves. This tool is available as a command-line utility and MCP server for use within AI coding assistants for quickly building IAM policies.
Upload, organize, search, and transform images, videos, and files with AI-powered tools.
MCP Security Weekly
Get CVE alerts and security updates for Azure Terminal Copilot and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Python-based Azure CLI assistant that provides natural language processing capabilities for Azure commands, leveraging Azure MCP Server.

Clone the repo
git clone https://github.com/yourusername/azure-terminal-copilot.git
cd azure-terminal-copilot
Open the terminal and Start a virtual env with uv
uv venv
Install packages using uv
uv pip install .
Run Ollama and make note of its local address
Run Azure MCP server and make note of its local address
Rename .env-sample to .env
I provided dummy values there so make sure to update with the values that correspond to your locally running ollama, Azure MCP, and model you want to use
Now you can run python main.py
Once the program is running, try a few things:
This project is licensed under the MIT License - see the LICENSE file for details.