Skip to main content
Glama
nikydobrev

Azure DevOps Multi-Organization MCP Server

by nikydobrev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort number for SSE transport mode (enables HTTP/SSE endpoints instead of stdio). When set, the server exposes GET /sse and POST /messages endpoints.

Tools

Functions exposed to the LLM to take actions

NameDescription
list_organizations

Lists all available Azure DevOps organizations from the configuration

list_projects

Lists all projects in an Azure DevOps organization

pipelines_get_build_definitions

Gets a list of build definitions (pipeline configurations) in a project

pipelines_get_build_definition_revisions

Gets the revision history of a build definition

pipelines_get_builds

Gets a list of builds (pipeline runs) with filtering options

pipelines_get_build_log

Gets the list of log files for a build

pipelines_get_build_log_by_id

Gets the content of a specific build log file by ID

pipelines_get_build_changes

Gets the code changes (commits) associated with a build

pipelines_get_run

Gets details of a specific pipeline run

pipelines_list_runs

Lists all runs for a specific pipeline

pipelines_run_pipeline

Triggers a new pipeline run with optional parameters and variables

pipelines_get_build_status

Gets the status report for a build

pipelines_update_build_stage

Updates the status of a build stage (cancel or retry)

git_list_repositories

Lists all Git repositories in a project

git_get_pull_requests

Gets a list of pull requests in a repository with filtering options

git_get_pull_request

Gets details of a specific pull request by ID

git_create_pull_request

Creates a new pull request in a repository

git_get_item

Gets a file or folder from a Git repository with optional content and version control

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/nikydobrev/mcp-server-azure-devops-multi'

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