Описание
Sample ADO MCP Server
README
[!IMPORTANT]
Please consider using the official MCP server:
https://github.com/microsoft/azure-devops-mcp
Azure DevOps MCP Server
This is a Model Context Protocol (MCP) server for Azure DevOps that provides work item management capabilities.
Prerequisites
- Docker
- Azure DevOps Personal Access Token (PAT) with appropriate permissions
- Azure DevOps Organization and Project details
Quick Start
- Build the Docker image:
docker build -t ado-mcp-server .
- Run the server with environment variables:
docker run -i --rm \
-e ADO_PERSONAL_ACCESS_TOKEN="your_pat_here" \
-e ADO_ORGANIZATION_URL="https://dev.azure.com/your_org" \
-e ADO_PROJECT_NAME="your_project" \
ado-mcp-server
Configuration
The server requires the following environment variables:
ADO_PERSONAL_ACCESS_TOKEN: Your Azure DevOps Personal Access TokenADO_ORGANIZATION_URL: Your Azure DevOps organization URLADO_PROJECT_NAME: Your Azure DevOps project name
VS Code Integration
Add this configuration to your VS Code settings to integrate with the MCP server:
{
"inputs": [
{
"type": "promptString",
"id": "ado_pat",
"description": "Azure DevOps Personal Access Token",
"password": true
},
{
"type": "promptString",
"id": "ado_org",
"description": "Azure DevOps Organization URL"
},
{
"type": "promptString",
"id": "ado_project",
"description": "Azure DevOps Project Name"
}
],
"servers": {
"azuredevops": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"ADO_PERSONAL_ACCESS_TOKEN",
"-e",
"ADO_ORGANIZATION_URL",
"-e",
"ADO_PROJECT_NAME",
"ado-mcp-server"
],
"env": {
"ADO_PERSONAL_ACCESS_TOKEN": "${input:ado_pat}",
"ADO_ORGANIZATION_URL": "${input:ado_org}",
"ADO_PROJECT_NAME": "${input:ado_project}"
}
}
}
}
Features
- Search work items
- Create new work items
- Update existing work items
- Get work item states
- Simple command-line interface for testing
Development
To build and run locally for development:
- Clone the repository
- Build the Docker image:
docker build -t ado-mcp-server . - Run the server with your environment variables
Testing
Run the tests using:
docker run -i --rm \
-e ADO_PERSONAL_ACCESS_TOKEN="your_pat_here" \
-e ADO_ORGANIZATION_URL="https://dev.azure.com/your_org" \
-e ADO_PROJECT_NAME="your_project" \
ado-mcp-server python -m pytest
Установка Ado Mcp Server Python
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/aymenfurter/ado-mcp-server-pythonFAQ
Ado Mcp Server Python MCP бесплатный?
Да, Ado Mcp Server Python MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Ado Mcp Server Python?
Нет, Ado Mcp Server Python работает без API-ключей и переменных окружения.
Ado Mcp Server Python — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Ado Mcp Server Python в Claude Desktop, Claude Code или Cursor?
Открой Ado Mcp Server Python на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Ado Mcp Server Python with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
