Skip to main content
Glama

Azure DevOps MCP Server

Azure DevOps MCP (モデル コンテキスト プロトコル)

このプロジェクトは、Azure DevOps に統合されたモデルコンテキストプロトコル (MCP) のリファレンスサーバー実装として機能します。これにより、AI アシスタントが Azure DevOps リソースと対話し、プログラムで操作を実行できるようになります。

特徴

  • 公式 Node.js SDK を使用した Azure DevOps 統合
  • モデルコンテキストプロトコル (MCP) のサポート
  • プロジェクト管理業務
  • 作業項目管理
  • リポジトリ操作
  • コード検索機能

前提条件

  • Node.js(v18以上を推奨)
  • 適切な権限を持つAzure DevOpsアカウント
  • Azure DevOps 個人アクセス トークン (PAT)

インストール

  1. リポジトリをクローンします。
git clone <repository-url> cd azure-devops-mcp
  1. 依存関係をインストールします:
npm install
  1. 環境変数を設定します。
    • .env.example.envにコピーする
    • 必要な環境変数を入力します。
cp .env.example .env

カーソルに追加

npm start

次にカーソルに追加します:

必ずhttp://localhost:3000/sseパスを使用してください。env でポートを定義することでポートを変更できます。

カーソルに追加

環境設定

.envファイルで次の環境変数を設定する必要があります。

  • AZURE_DEVOPS_ORG_URL : Azure DevOps 組織の URL
  • AZURE_DEVOPS_PAT : Azure DevOps の個人アクセス トークン
  • .env.exampleで指定される追加の構成変数

利用可能なスクリプト

  • npm run build - TypeScriptプロジェクトをビルドする
  • npm run dev - ホットリロードを使用して開発モードでサーバーを実行します
  • npm start - 本番サーバーを実行する

ライセンス

マサチューセッツ工科大学

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

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

AI アシスタントが Azure DevOps リソースと対話し、プロジェクト管理、作業項目の追跡、リポジトリ操作、コード検索などの操作をプログラムで実行できるようにする、モデル コンテキスト プロトコルのリファレンス サーバー実装。

  1. 特徴
    1. 前提条件
      1. インストール
        1. カーソルに追加
          1. 環境設定
            1. 利用可能なスクリプト
              1. ライセンス

                Related MCP Servers

                • 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
                  36
                  TypeScript
                  MIT License
                • A
                  security
                  A
                  license
                  A
                  quality
                  A 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 -
                  15
                  950
                  257
                  TypeScript
                  MIT License
                  • Linux
                  • Apple
                • A
                  security
                  A
                  license
                  A
                  quality
                  A 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 -
                  5
                  6
                  Python
                  Apache 2.0
                • -
                  security
                  -
                  license
                  -
                  quality
                  A 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 -
                  20
                  2
                  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/kevinmeyvaert/azure-devops-mcp'

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