Skip to main content
Glama

Azure DevOps Wiki MCP Server

by uright
example.env987 B
# Azure DevOps Wiki MCP Server - Environment Configuration # Copy this file to .env and update with your actual values # Azure DevOps Organization URL (optional) # If not provided, defaults to https://dev.azure.com/{organization} # AZURE_DEVOPS_URL=https://dev.azure.com/your-organization # Default project name (optional) # Can be overridden per request, but useful for single-project setups # AZURE_DEVOPS_PROJECT=your-default-project # Personal Access Token (optional) # If not provided, will fall back to Azure CLI authentication # Create a PAT with the following scopes: # - Wiki: Read & Write # - Project and Team: Read (for project access) # AZURE_DEVOPS_PAT=your-personal-access-token # Example for a complete setup: # AZURE_DEVOPS_URL=https://dev.azure.com/contoso # AZURE_DEVOPS_PROJECT=MyProject # AZURE_DEVOPS_PAT=abcdef1234567890abcdef1234567890abcdef12 # Note: If you're using Azure CLI authentication, you don't need to set any of these variables # Just run: az login

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/uright/azure-devops-wiki-mcp'

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