← Back to Plugins
MCP Server MCP

io.github.dockndevai/mcp-azure-devops

github By github 👁 1 views ▲ 0 votes

Azure DevOps boards, repos, pipelines & projects for AI agents — governed.

Homepage Verified source GitHub

Install

npx -y @dockndevai/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@dockndevai/mcp-azure-devops",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Azure DevOps organization URL, e.g. https://dev.azure.com/your-org.",
          "isRequired": true,
          "name": "AZDO_ORG_URL"
        },
        {
          "description": "Personal Access Token (read-only to start).",
          "isRequired": true,
          "isSecret": true,
          "name": "AZDO_PAT"
        },
        {
          "description": "Access mode: read-only | read-write | admin.",
          "name": "AZDO_MODE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...