MCP Azure DevOps Server
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., "@MCP Azure DevOps ServerGet pipeline variables for MyProject"
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.
MCP Azure DevOps Server
MCP server for Azure DevOps Git operations integration with AWS Q.
Setup
Install dependencies:
npm installConfigure environment variables:
cp .env.example .env
# Edit .env with your Azure DevOps details📋 For detailed configuration steps, see CONFIGURATION.md
Build and run:
npm run build
npm startRelated MCP server: Ares DevOps MCP Server
Configuration for AWS Q
Option 1: Use the provided config file
Copy mcp_config.json to your AWS Q MCP configuration directory.
Option 2: Manual configuration
Add to your AWS Q MCP client configuration:
{
"mcpServers": {
"azure-devops": {
"command": "node",
"args": ["c:/Users/somesh.rajasekar/Apps/mcp-azure-devops/dist/index.js"],
"env": {
"AZURE_DEVOPS_ORG_URL": "your-org-url",
"AZURE_DEVOPS_PAT": "your-pat-token"
}
}
}
}Usage in AWS Q
Once configured, use these commands in AWS Q chat:
Search repositories: "Search for any repository"
Get repository info: "Get repository info for any repo"
Get pipeline variables: "Get pipeline variables for MyProject"
Get variable groups: "Get variable groups for MyProject"
Available Tools
Repository Operations
search_repositories- Search for repositories across all projects with branch info and latest PROD/QA deploymentsget_repository_info- Get repository URL, branches with latest check-in dates, and latest PROD/QA deployment information
Pipeline Variables
get_pipeline_variables- Get variables from build/release pipelines (supports filtering by pipeline name and type)get_variable_groups- Get variable groups from a project (supports filtering by group name)
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.Last updated843
- Flicense-quality-maintenanceEnables seamless interaction with Azure DevOps for managing Git repositories, branches, and pull requests through natural language. It also supports automating and monitoring pipelines while providing secure, type-safe operations within MCP-compatible clients.Last updated4
- AlicenseAqualityCmaintenanceAn MCP server that exposes 41 Azure DevOps tools to AI assistants, enabling management of pipelines, repositories, pull requests, releases, work items, test management, and wikis through natural language.Last updated41MIT
- Alicense-qualityBmaintenanceMCP server that enables AI assistants to manage Azure DevOps resources including Work Items, Git repositories, pipelines, and user identities.Last updated28MIT
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 Appcircle mobile CI/CD platform.
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/getsomesh/mcp-azure-devops'
If you have feedback or need assistance with the MCP directory API, please join our Discord server