Azure DevOps MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Azure DevOps MCPlist my open pull requests on Azure DevOps"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Azure DevOps MCP
This VS Code extension exposes Azure DevOps Git pull requests to agents through a local MCP server. It uses the official MCP TypeScript SDK, azure-devops-node-api, and VS Code's Microsoft authentication provider. No personal access token, client ID, or client secret is created, copied, or maintained.
Use
Run
Azure DevOps MCP: Sign In to Azure DevOps. VS Code opens its normal Microsoft sign-in flow when needed.Start an agent conversation. VS Code discovers the
Azure DevOps pull requestsMCP server automatically.
The server provides list_pull_requests, get_pull_request, open_pull_request_file_diff, create_pull_request, and submit_pull_request. create_pull_request prepares a local draft; submit_pull_request creates the remote pull request and requires confirm: true. Both use source and target refs in refs/heads/... form and the caller's Azure DevOps permissions.
Pass includeChanges: true to get_pull_request to return its latest changed files, including commit IDs and change types. In MCP Apps-capable chat hosts, create_pull_request opens an editable draft card with a compact, capped list of changed files. It offers a Markdown preview switch and submits the final description text through submit_pull_request; the resulting pull request then becomes the interactive review card with current reviewer votes, an Approve PR button, clickable comment counts, and an Open diff button for every changed file. A spinner is shown while the card loads or performs an action.
VS Code manages the signed-in Microsoft session. Manage or sign out of that account through VS Code's Accounts menu. Start a new agent conversation when a token expires to obtain a fresh Azure DevOps token.
Related MCP server: Azure DevOps MCP Server
Development
Run npm run compile to type-check, lint, and bundle both the extension and the MCP server. Run npm test to execute the extension-host tests. On macOS, the test command uses System keychain certificates when a managed network requires an additional trusted CA. Press F5 in VS Code to launch an Extension Development Host.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceAn MCP server that provides seamless interaction with Azure DevOps Git repositories, enabling users to manage repositories, branches, pull requests, and pipelines through natural language.883
- Alicense-qualityDmaintenanceEnables interaction with Azure DevOps services including work items, repositories, pipelines, wikis, and test plans through a local MCP server that provides direct access to Azure DevOps REST APIs from your code editor.103,700MIT
- Alicense-qualityBmaintenanceMCP server that enables AI assistants to manage Azure DevOps resources including Work Items, Git repositories, pipelines, and user identities.15MIT
- Flicense-qualityDmaintenanceMCP server that provides tools to interact with Azure DevOps, including querying work items, repositories, pull requests, builds, commits, and creating work items via a standardized interface.
Related MCP Connectors
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
A MCP server built for developers enabling Git based project management with project and personal…
MCP Server for JFrog, providing tools for development and artifact management.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/uhvogala/azure-devops-mcp-vscode'
If you have feedback or need assistance with the MCP directory API, please join our Discord server