Azure DevOps MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ADO_PAT | Yes | Azure DevOps Personal Access Token. Never commit or expose this. | |
| ADO_READ_ONLY | No | Set to 'true' to enable read-only mode. Keep 'true' until read operations are verified. | |
| ADO_API_VERSION | No | Azure DevOps API version, e.g., '7.1'. | |
| ADO_ORGANIZATION | Yes | Your Azure DevOps organization name. | |
| ADO_DEFAULT_PROJECT | No | Default 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| 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/isaacOjeda/AdoMcpServer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server