Skip to main content
Glama

Azure DevOps MCP Server

azure-cli-authentication.env870 B
# Example .env file for Azure CLI authentication # Replace the values with your own # Authentication method (required) AZURE_DEVOPS_AUTH_METHOD=azure-cli # Azure DevOps organization URL (required) AZURE_DEVOPS_ORG_URL=https://dev.azure.com/your-organization # Default project to use when not specified (optional) AZURE_DEVOPS_DEFAULT_PROJECT=your-default-project # API Version to use (optional, defaults to latest) # AZURE_DEVOPS_API_VERSION=6.0 # Logging Level (optional) LOG_LEVEL=info # Note: This server uses stdio for communication with the MCP client, # not HTTP. It does not listen on a network port. # Note: Before using Azure CLI authentication, make sure you have: # 1. Installed the Azure CLI (https://docs.microsoft.com/cli/azure/install-azure-cli) # 2. Logged in with 'az login' # 3. Verified your account has access to the Azure DevOps organization

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tiberriver256/mcp-server-azure-devops'

If you have feedback or need assistance with the MCP directory API, please join our Discord server