MCP Server for Azure DevOps
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AZURE_DEVOPS_ORG | Yes | Your Azure DevOps organization name | |
| AZURE_DEVOPS_PAT | Yes | Personal Access Token | |
| AZURE_DEVOPS_PROJECT | Yes | Default project name | |
| APPLICATIONINSIGHTS_CONNECTION_STRING | No | Optional telemetry connection string |
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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