azure-terminal-copilot
A Python-based Azure CLI assistant that provides natural language processing capabilities for Azure commands, leveraging Azure MCP Server.
Documentation
Azure Terminal Copilot
A Python-based Azure CLI assistant that provides natural language processing capabilities for Azure commands, leveraging Azure MCP Server.

Prerequisites
- Python 3.11+ (as specified in pyproject.toml)
- Azure CLI installed and configured
- Ollama with a model downloaded
- uv for Python package management
- Azure MCP server installed and running
Installation
1. Clone the repo
git clone https://github.com/yourusername/azure-terminal-copilot.git
cd azure-terminal-copilot1. Open the terminal and Start a virtual env with uv
uv venv1. Install packages using uv
uv pip install .1. Run Ollama and make note of its local address
1. Run Azure MCP server and make note of its local address
1. Rename `.env-sample` to `.env`
1. 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
1. Now you can run `python main.py`
Learning
Once the program is running, try a few things:
1. Try providing a query like 'list all my resource groups', is the command you expect to be executed being ran?
1. Try different models, notice which ones perform better?
1. Try tweaking the system prompt, how would you improve it?
Troubleshooting
- Make sure your azure cli is logged in, azure MCP uses that as auth
License
This project is licensed under the MIT License - see the LICENSE file for details.
Frequently asked questions
What is azure-terminal-copilot?
azure-terminal-copilot is A Python-based Azure CLI assistant that provides natural language processing capabilities for Azure commands, leveraging Azure MCP Server.
How do I install azure-terminal-copilot?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is azure-terminal-copilot open source?
Yes — it is hosted on GitHub at https://github.com/madebygps/azure-terminal-copilot and has 24 stars.
Related MCP tools
An LLM agent that conducts deep research (local and web) on any given topic and generates a long report with citations. Built for the Model Context Protocol to
🚀 The fast, Pythonic way to build MCP servers and clients Trusted by 19900+ developers. Trusted by 19900+ developers. Trusted by 19900+ developers.
Build effective agents using Model Context Protocol and simple workflow patterns Python-based implementation. Trusted by 7600+ developers.
LangChain 🔌 MCP Python-based implementation. Trusted by 3000+ developers. Trusted by 3000+ developers. Trusted by 3000+ developers.
AI conversations that actually remember. Never re-explain your project to Claude again. Local-first, integrates with Obsidian.
🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support Python-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP