Skip to main content
Glama
sepal7

MCP Server for Azure DevOps

by sepal7

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AZURE_DEVOPS_ORGYesYour Azure DevOps organization name
AZURE_DEVOPS_PATYesPersonal Access Token
AZURE_DEVOPS_PROJECTYesDefault project name
APPLICATIONINSIGHTS_CONNECTION_STRINGNoOptional telemetry connection string

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_wiki_pageC

Retrieve a specific Azure DevOps wiki page by ID or path

list_wiki_pagesC

List all pages in a wiki

search_wiki_pagesC

Search wiki pages by content or title

list_reposC

List all repositories in the project

get_repoB

Get repository details by name

get_repo_fileC

Get file content from a repository

list_repo_branchesC

List branches in a repository

search_codeC

Search code across repositories

get_work_itemC

Get work item details by ID

get_work_itemsC

Get multiple work items by IDs

query_work_itemsC

Query work items using WIQL (Work Item Query Language)

create_work_itemC

Create a new work item

update_work_itemC

Update an existing work item

list_pull_requestsC

List pull requests in a repository

get_pull_requestC

Get pull request details

get_pr_commentsC

Get pull request review comments

list_buildsC

List recent builds

get_buildC

Get build details by ID

list_pipelinesC

List pipelines in the project

get_pipeline_runC

Get pipeline run details

list_releasesD

List releases

get_releaseC

Get release details

list_test_plansC

List test plans

get_test_planC

Get test plan details

ado_api_callC

Make a generic Azure DevOps REST API call

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/sepal7/mcp-ado'

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