Azure DevOps MCP
@El-Paso-Labs
About Azure DevOps MCP
MCP server for Azure DevOps
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"azure_devops_mcp": {
"command": "uv",
"args": [
"run",
"uvicorn",
"app.main:app",
"--reload"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Azure DevOps MCP?
An MCP server that integrates with Azure DevOps.
How to use Azure DevOps MCP?
Install dependencies with uv add -r requirements.txt, run the FastAPI server with uv run uvicorn app.main:app --reload, then configure the client to point at http://localhost:8000/sse.
Key features of Azure DevOps MCP
- Connects MCP clients to Azure DevOps
- Exposes an SSE endpoint at /sse
- Runs as a local FastAPI server
Use cases of Azure DevOps MCP
- Providing AI assistants with Azure DevOps context
FAQ from Azure DevOps MCP
What are the runtime requirements?
Python with the uv package manager and dependencies listed in requirements.txt.
How is it installed?
Run uv add -r requirements.txt to install dependencies.
How is the server started?
Run uv run uvicorn app.main:app --reload to start the FastAPI development server.
How is the client configured?
Add an mcpServers entry with the SSE endpoint URL (default http://localhost:8000/sse).
More Cloud & Infrastructure MCP servers
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
🐋 Docker MCP server
ckreilingMCP server for Docker
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
Comments