Mcpserver.Azuredevops MCP Server

1. **Commit ID:** [. . .](https://dev.azure.com/. . ./. . ./_git/. . ./commit/. . .) - **Author:** Stef Heyenrath - **Date:** 2021-12-17 -

Local serverstdio

What is the Mcpserver.Azuredevops MCP server?

If you already use Mcpserver.Azuredevops, the mcpserver.azuredevops mcp server is the piece that lets your assistant work with it directly. 1. Commit ID: [. . .](https://dev.azure.com/. . ./. . ./_git/. . ./commit/. . .) - Author: Stef Heyenrath - Date: 2021-12-17 - Comment: Merged PR 378: Updated mindmap-certifications.json.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • GetProjects — List all accessible projects
  • GetRepositories — List all repositories in a project
  • GetProject — Get details of a specific project
  • GetRepository — Get repository details
  • SearchCode — Search for code across repositories in a project
  • GetCommit — Retrieve a particular commit details
  • GetCommits — Retrieve git commits
  • get_work_item — Retrieve a work item by ID
  • create_work_item — Create a new work item
  • update_work_item — Update an existing work item
  • list_work_items — List work items in a project
  • manage_work_item_link — Add, remove, or update links between work items

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Credentials and setup notes

Configuration is passed through the environment: AZURE_DEVOPS_ORG_URL, AZURE_DEVOPS_AUTH_METHOD, AZURE_DEVOPS_PAT, AZURE_DEVOPS_DEFAULT_PROJECT. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Where it fits

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Mcpserver.Azuredevops's toolset — GetProjects, GetRepositories, GetProject and 11 more — is a fair guide to whether it matches your workflow. It is maintained by StefH; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Mcpserver.Azuredevops.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
GetProjectsList all accessible projects
GetRepositoriesList all repositories in a project
GetProjectGet details of a specific project
GetRepositoryGet repository details
SearchCodeSearch for code across repositories in a project
GetCommitRetrieve a particular commit details
GetCommitsRetrieve git commits
get_work_itemRetrieve a work item by ID
create_work_itemCreate a new work item
update_work_itemUpdate an existing work item
list_work_itemsList work items in a project
manage_work_item_linkAdd, remove, or update links between work items
InstallationThe Installation tool exposed by this server.
QuestionThe Question tool exposed by this server.

Configuration

VariableDescriptionRequired
AZURE_DEVOPS_ORG_URLEndpoint or connection string the server talks to.Yes
AZURE_DEVOPS_AUTH_METHODConfiguration value read at startup.Optional
AZURE_DEVOPS_PATConfiguration value read at startup.Optional
AZURE_DEVOPS_DEFAULT_PROJECTConfiguration value read at startup.Optional

Example prompts to try

  • Use Mcpserver.Azuredevops to GetProjects.
  • Use Mcpserver.Azuredevops to GetRepositories.
  • Use Mcpserver.Azuredevops to GetProject.

Frequently asked questions

It connects Mcpserver.Azuredevops to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (GetProjects, GetRepositories, GetProject, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Mcpserver.Azuredevops directly.