azure_devops_mcp
0
Azure DevOps MCP is designed to function as a Model Context Protocol server for Azure DevOps, focusing on integrating FastAPI server capabilities.
Azure DevOps MCP
MCP server for Azure DevOps
Install requirements.txt
uv add -r requirements.txt
Run FastAPI server
uv run uvicorn app.main:app --reload
Configure the server to the client
{
"mcpServers": {
"example-sse": {
"url": "http://localhost:8000/sse",
"env": {}
}
}
}