All MCP servers

Azure DevOps (ADO)

Official
by Api.AirforceStreamable HTTPCloud & Infrastructure01,801MIT

The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.

mcpopen-sourcecloud-infrastructure

Endpoint

POST https://mcp.dev.azure.com

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "azure-devops-ado-impb2048": {
      "url": "https://mcp.dev.azure.com",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}