Integrations
Manages environment configuration for connecting to Azure DevOps services, including organization URL and personal access tokens.
Provides repository operations and code search capabilities through integration with Azure DevOps Git repositories.
Leverages the official Node.js SDK for Azure DevOps to enable project management, work item tracking, and repository operations.
Azure DevOps MCP (Model Context Protocol)
This project serves as a reference server implementation for the Model Context Protocol (MCP) integrated with Azure DevOps. It enables AI assistants to interact with Azure DevOps resources and perform operations programmatically.
Features
- Azure DevOps integration using official Node.js SDK
- Support for Model Context Protocol (MCP)
- Project management operations
- Work item management
- Repository operations
- Code search capabilities
Prerequisites
- Node.js (v18 or higher recommended)
- Azure DevOps account with appropriate permissions
- Azure DevOps Personal Access Token (PAT)
Installation
- Clone the repository:
- Install dependencies:
- Configure environment variables:
- Copy
.env.example
to.env
- Fill in the required environment variables:
- Copy
Add to Cursor
Then add to Cursor:
Make sure you use the path http://localhost:3000/sse
. You can change ports by defining one in the env.
Environment Configuration
The following environment variables need to be configured in your .env
file:
AZURE_DEVOPS_ORG_URL
: Your Azure DevOps organization URLAZURE_DEVOPS_PAT
: Personal Access Token for Azure DevOps- Additional configuration variables as specified in
.env.example
Available Scripts
npm run build
- Build the TypeScript projectnpm run dev
- Run the server in development mode with hot reloadnpm start
- Run the production server
License
MIT
This server cannot be installed
A reference server implementation for the Model Context Protocol that enables AI assistants to interact with Azure DevOps resources and perform operations such as project management, work item tracking, repository operations, and code search programmatically.
Related MCP Servers
- AsecurityAlicenseAqualityThis server provides a convenient API for interacting with Azure DevOps services, enabling AI assistants and other tools to manage work items, code repositories, boards, sprints, and more. Built with the Model Context Protocol, it provides a standardized interface for communicating with Azure DevOpsLast updated a month ago9610TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Azure DevOps resources including projects, work items, repositories, pull requests, branches, and pipelines through a standardized protocol.Last updated 2 days ago15813103TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that integrates with Linear, enabling AI assistants to create, update, search, and comment on issues for project management and issue tracking.Last updated a month ago56PythonApache 2.0
- -security-license-qualityA Model Context Protocol server implementation that enables AI assistants to interact with Linear project management systems, allowing them to create, retrieve, and modify data related to issues, projects, teams, and users.Last updated 2 months ago202TypeScript