home / mcp / mcp azure devops bridge mcp server

MCP Azure DevOps Bridge MCP Server

Provides an MCP server to manage Azure DevOps work items, wiki pages, sprints, attachments, and discussions.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "krishna-amilineni-23307-mcp-azuredevops-bridge": {
      "command": "/full/path/to/mcp-azuredevops-bridge/mcp-azuredevops-bridge",
      "args": [],
      "env": {
        "AZDO_PAT": "personal_access_token",
        "AZURE_DEVOPS_ORG": "organization",
        "AZURE_DEVOPS_PROJECT": "project"
      }
    }
  }
}

Available tools

list_wiki_pages

Lists all wiki pages, optionally from a specific path.

get_wiki_page

Retrieves the content of a specific wiki page.

manage_wiki_page

Creates or updates a wiki page.

search_wiki

Searches across wiki pages for content.

get_available_wikis

Lists all available wikis in your Azure DevOps organization.

create_work_item

Create a new work item (e.g., user story, bug, task).

update_work_item

Update an existing work item.

query_work_items

Query work items by criteria and retrieve results.

link_work_items

Link related work items together.

get_current_sprint

Get information about the current sprint.

list_sprints

List all sprints for the project.

get_sprint_stats

View statistics for a sprint.

add_attachment

Add an attachment to a work item.

retrieve_attachments

Retrieve attachments from a work item.

add_comment

Add a comment to a work item.

view_comments

View comments on a work item.