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).
云与基础设施 分类下的更多 MCP 服务器
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
Cloudflare MCP Server
cloudflareSupabase MCP Server
coleam00Supabase MCP server created in Python.
Mcp K8s Go
strowkMCP server connecting to Kubernetes
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
评论