Azure DevOps

Manage Azure DevOps projects, work items, builds, and releases.

Deprecated use:

https://github.com/microsoft/azure-devops-mcp

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": {}
    }
  }
}

Related Servers