home / mcp / mcp azure devops bridge mcp server
Provides an MCP server to manage Azure DevOps work items, wiki pages, sprints, attachments, and discussions.
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"
}
}
}
}Lists all wiki pages, optionally from a specific path.
Retrieves the content of a specific wiki page.
Creates or updates a wiki page.
Searches across wiki pages for content.
Lists all available wikis in your Azure DevOps organization.
Create a new work item (e.g., user story, bug, task).
Update an existing work item.
Query work items by criteria and retrieve results.
Link related work items together.
Get information about the current sprint.
List all sprints for the project.
View statistics for a sprint.
Add an attachment to a work item.
Retrieve attachments from a work item.
Add a comment to a work item.
View comments on a work item.