MCP Server
MCP
Azure Boards MCP
Azure DevOps Boards work items over MCP (stdio). Requires Bun, org, project, and PAT.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "azure-board-mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Azure DevOps organization name",
"isRequired": true,
"format": "string",
"name": "AZURE_ORG"
},
{
"description": "Azure DevOps project name",
"isRequired": true,
"format": "string",
"name": "AZURE_PROJECT"
},
{
"description": "Personal access token (Work Items: Read & Write)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AZURE_PAT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment