Skip to main content
Glama

Azure DevOps MCP Proxy

by ennuiii

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

  1. Clone the repository:
git clone <repository-url> cd azure-devops-mcp
  1. Install dependencies:
npm install
  1. Configure environment variables:
    • Copy .env.example to .env
    • Fill in the required environment variables:
cp .env.example .env

Add to Cursor

npm start

Then add to Cursor:

Make sure you use the path http://localhost:3000/sse. You can change ports by defining one in the env.

Add to Cursor

Environment Configuration

The following environment variables need to be configured in your .env file:

  • AZURE_DEVOPS_ORG_URL: Your Azure DevOps organization URL
  • AZURE_DEVOPS_PAT: Personal Access Token for Azure DevOps
  • Additional configuration variables as specified in .env.example

Available Scripts

  • npm run build - Build the TypeScript project
  • npm run dev - Run the server in development mode with hot reload
  • npm start - Run the production server

License

MIT

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Enables interaction with Azure DevOps through Personal Access Token authentication. Supports work item management, wiki operations, project/repository listing, and build pipeline access through natural language.

  1. Features
    1. Prerequisites
      1. Installation
        1. Add to Cursor
          1. Environment Configuration
            1. Available Scripts
              1. License

                Related MCP Servers

                • A
                  security
                  A
                  license
                  A
                  quality
                  Integrates Cline with Azure DevOps services, enabling access to work items, repositories, and pull requests through configurable MCP tools.
                  Last updated -
                  15
                  31
                  TypeScript
                  MIT License
                • A
                  security
                  A
                  license
                  A
                  quality
                  This 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 DevOps
                  Last updated -
                  96
                  38
                  44
                  TypeScript
                  MIT License
                • A
                  security
                  A
                  license
                  A
                  quality
                  A Model Context Protocol server that enables AI assistants to interact with Azure DevOps services, allowing users to query work items with plans to support creating/updating items, managing pipelines, handling pull requests, and administering sprints and branch policies.
                  Last updated -
                  21
                  72
                  Python
                  MIT License
                  • Linux
                  • Apple
                • A
                  security
                  F
                  license
                  A
                  quality
                  An 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 updated -
                  8
                  0
                  3
                  TypeScript

                View all related MCP servers

                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/ennuiii/AzureMcpProxy'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server