ToolsAugust 21, 2026via InfoQ AI/ML
Azure DevOps Remote MCP Server Reaches GA, Without Support for Claude, ChatGPT, or Cursor
Why it matters
A developer tool infrastructure reaches production readiness, but authentication gaps block the AI assistants (Claude, ChatGPT, Cursor) that would make it useful. This is a real-world friction point in the AI-tooling buildout: capability without integration.
Key signals
- Azure DevOps Remote MCP Server now GA
- Hosted endpoint (no local installation required)
- Integrates work items, repos, pipelines
- Claude Desktop, Claude Code, ChatGPT, Cursor cannot connect
- Root cause: Entra lacks dynamic client registration and Client ID Metadata Documents support
- Authentication/standards gap blocks practical adoption
- Azure DevOps Remote MCP Server now generally available
- Provides access to work items, repos, and pipelines
- Claude Desktop, Claude Code, ChatGPT, and Cursor cannot connect
- Blocker: Entra ID lacks support for dynamic client registration and Client ID Metadata Documents
- Authentication/standards gap is the limiting factor, not the product itself
The hook
Microsoft ships Azure DevOps MCP Server to GA—but the clients developers actually use can't connect yet.
Microsoft has made the Azure DevOps Remote MCP Server generally available, offering a hosted endpoint into work items, repos, and pipelines with nothing to install. Claude Desktop, Claude Code, ChatGPT, and Cursor cannot connect yet because Entra lacks support for dynamic client registration and Cli…