azure-devops-mcp-replacement-for-openclaw
Installation
SKILL.md
Azure DevOps Skill
Connects OpenClaw to Azure DevOps by calling the Azure DevOps REST API directly using Node.js scripts. No MCP server, no npm install — only Node.js built-in modules are used.
Setup
Required environment variables
| Variable | Description |
|---|---|
AZURE_DEVOPS_ORG |
Your org name only — e.g. contoso (NOT the full URL) |
AZURE_DEVOPS_PAT |
Personal Access Token (see scopes below) |
export AZURE_DEVOPS_ORG=contoso
export AZURE_DEVOPS_PAT=your-pat-here