Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ADO_ORGYesAzure DevOps organization name (required).
ADO_PROJECTNoDefault project scope (optional; org-wide otherwise).
ADO_HEADLESSNoSet to '0' to run work with a visible window.
ADO_APP_WINDOWNoSet to '0' to use a normal browser window for sign-in (instead of app mode).
ADO_API_VERSIONNoForce an api-version for all areas.
ADO_USER_DATA_DIRNoIsolated persistent browser profile directory.~/.mcp-ado-browser/profile
ADO_BROWSER_CHANNELNoBrowser channel: 'chrome' or 'msedge'.chrome
ADO_CACHE_TTL_SECONDSNoGlobal cache TTL in seconds.900
ADO_CACHE_TTL_WORKITEMNoPer-resource cache TTL in seconds for work items.

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_projectsA

List ALL Azure DevOps projects the user can access in the organization (GET _apis/projects). Use this to discover projects to browse.

list_repositoriesA

List ALL Git repositories the user can access across the organization (GET _apis/git/repositories), or within one project. Returns id, name and owning project for each repo.

search_work_itemsA

Search/browse work items ORG-WIDE (cross-project) by default. Backend is WIQL (POST _apis/wit/wiql); pass text for full-text Search (almsearch), or project to scope to one project. Returns id + summary fields.

get_work_itemA

Get a single work item with $expand=all, including relations (hierarchy, Related, and ArtifactLink PR references resolved).

get_work_item_commentsA

Get the full discussion for a work item (GET _apis/wit/workItems/{id}/comments — a SEPARATE endpoint, not part of $expand).

get_comment_detailsA

Resolve a work item (and optionally a specific comment) AND download all related attachments (work-item AttachedFile relations + attachments referenced in the comment body). Returns metadata + downloaded content stats (size, sha256).

search_pull_requestsA

Search pull requests ORG-WIDE by default, or within a repo (repoId) or a project. Filters: status, creatorId, targetRef. (GET _apis/git/pullrequests)

get_pull_requestA

Get a pull request with metadata, branches, reviewers and linked work items. Resolved org-wide — repoId may be a GUID or a repository name.

get_pull_request_commentsA

Get PR threads (system vs human). Resolved org-wide — repoId may be a GUID or a repository name.

search_feedsA

Browse Azure Artifacts feeds (GET feeds.dev.azure.com/_apis/packaging/feeds). Pass feedId to also list packages + versions. Each feed reports its project (null for org-scoped feeds); project-scoped feeds are addressed under their project automatically.

download_artifactA

Download a package artifact (.nupkg / .tgz) from a feed via the browser session (pkgs.dev.azure.com). Validates archive integrity (size, sha256, valid zip/tgz) for re-hosting.

authenticateA

Sign in to Azure DevOps by opening a VISIBLE browser window for interactive login (MFA included). Run this once (or whenever a tool returns AUTH_REQUIRED). The session is persisted on an isolated profile and reused headless afterward — no PAT or token is ever stored.

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

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