Skip to main content
Glama
isaacOjeda

Azure DevOps MCP

by isaacOjeda

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ADO_PATYesAzure DevOps Personal Access Token. Never commit or expose this.
ADO_READ_ONLYNoSet to 'true' to enable read-only mode. Keep 'true' until read operations are verified.
ADO_API_VERSIONNoAzure DevOps API version, e.g., '7.1'.
ADO_ORGANIZATIONYesYour Azure DevOps organization name.
ADO_DEFAULT_PROJECTNoDefault Azure DevOps project to use when not specified.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
ado_work_item_getC

Get a work item and its fields, relations, and revision.

ado_work_items_queryC

Run a bounded WIQL query in a project.

ado_work_item_createC

Create a work item when write mode is enabled.

ado_work_item_updateB

Update explicitly selected work item fields using JSON Patch.

ado_work_item_types_listC

List work item types available in a project.

ado_work_item_fields_listB

List work item fields available in a project.

ado_work_item_type_getA

Get fields, states, and rules for one work item type.

ado_work_item_comments_listB

List comments for a work item.

ado_work_item_comment_addA

Add a comment to a work item when write mode is enabled.

ado_pull_request_getB

Get a pull request by repository and ID.

ado_pull_request_threads_listB

List review threads and comments for a pull request.

ado_pull_requests_listC

List pull requests in a project or repository.

ado_pull_request_changesB

List changed files for a pull request.

ado_pull_request_createC

Create a pull request when write mode is enabled.

ado_pull_request_thread_addB

Add a general review comment thread to a pull request.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/isaacOjeda/AdoMcpServer'

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