Stats
Actions
Tags
From architect
Azure DevOps integration for pipeline management, work items, and repositories
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"azure-devops": {
"command": "npx",
"args": [
"-y",
"@azure-devops/mcp"
],
"env": {
"AZURE_DEVOPS_PAT": "${AZURE_DEVOPS_PAT}",
"AZURE_DEVOPS_ORG_URL": "${AZURE_DEVOPS_ORG_URL}",
"AZURE_DEVOPS_DEFAULT_PROJECT": "${AZURE_DEVOPS_DEFAULT_PROJECT}"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
AZURE_DEVOPS_PAT=${AZURE_DEVOPS_PAT}AZURE_DEVOPS_ORG_URL=${AZURE_DEVOPS_ORG_URL}AZURE_DEVOPS_DEFAULT_PROJECT=${AZURE_DEVOPS_DEFAULT_PROJECT}Declared capabilities of this MCP server
First indexed Dec 8, 2025
Showing the 6 earliest of 8 plugins
First indexed Dec 8, 2025
Showing the 6 earliest of 8 plugins
npx claudepluginhub navraj007in/architecture-cowork-plugin --plugin architect