Home › Version Control › mcp-azure-devops
mcp-azure-devops
Azure DevOps boards, repos, pipelines & projects for AI agents — governed.
Topics: Version Control
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.2.3)
npx -y @dockndevai/mcp-azure-devops@0.2.3
Or add to your MCP client config:
{
"mcpServers": {
"mcp-azure-devops": {
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-azure-devops@0.2.3"
],
"env": {
"AZDO_ORG_URL": "<YOUR_VALUE>",
"AZDO_PAT": "<YOUR_VALUE>",
"AZDO_MODE": "<YOUR_VALUE>"
}
}
}
}
AZDO_ORG_URLrequired — Azure DevOps organization URL, e.g. https://dev.azure.com/your-org.AZDO_PATrequired secret — Personal Access Token (read-only to start).AZDO_MODE— Access mode: read-only | read-write | admin.
Related servers
GitHub
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
mcp-server-azure-devops
Azure DevOps integration for repository management, work items, and pipelines.
mcp-git-ingest
Read and analyze GitHub repositories with your LLM
gitlab-mr-mcp
Interact seamlessly with issues and merge requests of your GitLab projects.
forgejo-mcp
An MCP server for managing your repositories on Forgejo/Gitea server.
Kin
A graph-native code repository for people and AI agents.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry