Azure DevOps MCP
@El-Paso-Labs
Azure DevOps MCP について
MCP server for Azure DevOps
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"azure_devops_mcp": {
"command": "uv",
"args": [
"run",
"uvicorn",
"app.main:app",
"--reload"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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).
「クラウドとインフラ」の他のコンテンツ
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
Mcp K8s Go
strowkMCP server connecting to Kubernetes
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
コメント