Azure DevOps MCP Server for Cline
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 | Your Azure DevOps personal access token | |
AZURE_DEVOPS_PROJECT | Yes | Your Azure DevOps project name |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_work_item | Get work items by IDs |
list_work_items | List work items from a board |
create_work_item | Create a new work item using JSON patch operations |
update_work_item | Update an existing work item using JSON patch operations |
get_boards | List available boards in the project |
get_wikis | List all wikis in the project |
get_wiki_page | Get a wiki page by path |
create_wiki | Create a new wiki |
update_wiki_page | Create or update a wiki page |
list_projects | List all projects in the Azure DevOps organization |
list_pipelines | List all pipelines in the project |
trigger_pipeline | Trigger a pipeline run |
list_pull_requests | List all pull requests in the project |
create_pull_request | Create a new pull request |
update_pull_request | Update an existing pull request |