azure-devops MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AZURE_DEVOPS_PAT | Yes | Your Azure DevOps personal access token | |
| AZURE_DEVOPS_ORG_URL | Yes | The URL of your Azure DevOps organization (e.g., https://dev.azure.com/your-org) | |
| AZURE_DEVOPS_PROJECT | No | The default Azure DevOps project to use | |
| AZURE_DEVOPS_REPOSITORY | No | The default Azure DevOps repository to use |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_work_itemsC | List work items in a project |
| get_work_itemC | Get details of a specific work item |
| create_work_itemC | Create a new work item |
| list_pull_requestsC | List pull requests in a repository |
| get_pull_requestB | Get details of a specific pull request |
| create_pull_requestC | Create a new pull request |
| create_pull_request_commentC | Add a comment to a pull request |
| get_pull_request_diffC | Get the diff for a pull request |
| create_wiki_pageC | Create a new wiki page |
| edit_wiki_pageC | Edit an existing wiki page |
| list_projectsB | List all accessible projects in the Azure DevOps organization |
| get_projectC | Get details of a specific Azure DevOps project |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |