← Back to Plugins
MCP Server MCP

Azure DevOps (unofficial remote entry)

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

Unofficial entry for Microsoft's hosted Azure DevOps MCP server. Not affiliated with Microsoft.

Homepage Verified source

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.dev.azure.com/{organization}",
      "headers": [
        {
          "description": "Comma-separated toolsets to enable, e.g. 'wit,work'. Omit to enable all.",
          "name": "X-MCP-Toolsets"
        },
        {
          "description": "Set to 'true' to expose only read-only tools.",
          "name": "X-MCP-Readonly"
        }
      ],
      "variables": {
        "organization": {
          "description": "Your Azure DevOps organization name, e.g. 'contoso'.",
          "isRequired": true
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...