Azure DevOps MCP Server
by PaulVineethP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level: debug, info, warn, error. Default: 'info' | |
| MCP_HTTP_HOST | No | Interface to bind to for HTTP transport. Default: '127.0.0.1' | |
| MCP_HTTP_PORT | No | Port for HTTP transport. Default: '3000' | |
| MCP_TRANSPORT | No | Transport method: 'http' or 'stdio'. Default: 'http' | |
| AZURE_CLIENT_ID | No | Azure AD application ID (for service principals) | |
| AZURE_TENANT_ID | No | Azure AD tenant ID (for service principals) | |
| AZURE_DEVOPS_PAT | No | Personal Access Token (for PAT authentication) | |
| AZURE_CLIENT_SECRET | No | Azure AD client secret (for service principals) | |
| AZURE_DEVOPS_ORG_URL | No | Full URL to your Azure DevOps organization or Server collection (e.g., https://dev.azure.com/your-organization or https://server:8080/tfs/DefaultCollection) | |
| MCP_HTTP_ALLOWED_HOSTS | No | Extra Host header values for DNS-rebinding protection (comma-separated) | |
| AZURE_DEVOPS_API_VERSION | No | API version to use | |
| AZURE_DEVOPS_AUTH_METHOD | No | Authentication method: 'pat', 'azure-identity', or 'azure-cli'. Default: 'azure-identity' | |
| AZURE_DEVOPS_DEFAULT_PROJECT | No | Default project if none specified |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/PaulVineethP/mcp-server-azure-devops'
If you have feedback or need assistance with the MCP directory API, please join our Discord server