← back

📷 "Marine Week Boston, 2010: Bell-Boeing MV-22B Osprey back portal view (ultra-shakycam view)" by Chris Devers is licensed under CC BY-NC-ND 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-nd/2.0/.

Backstage 2026: AiResource, MCP, and the Catalog as Context Infrastructure for AI Agents

08 September 2026 · 4 min · Martin Jochum #Backstage#Developer Portal#Platform Engineering#KI#Agentic KI#MCP#DevOps#CNCF

Backstage has evolved in 2026 from a Developer Portal to a context hub for AI agents. With versions 1.49.0 to 1.51.0, the CNCF project has delivered an architecture in just a few months that positions the Software Catalog as a structured knowledge base for AI workflows. Three developments are central to this: the New Frontend System as a stable plugin platform, the new AiResource and MCP Server entity types, and the Software Catalog as context infrastructure for AI agents.

The Milestone: New Frontend System Becomes Default

In March 2026, Backstage reached a long-awaited turning point with version 1.49.0: the New Frontend System (NFS) was declared the standard after several years of parallel development. The --next flag for new apps was replaced by --legacy – anyone wishing to use the old system must explicitly opt out. The Vue UI component (Backstage UI, BUI) gradually replaced Material UI (MUI) as the default, and entity cards such as EntityAboutCard, EntityLinksCard, and UserProfileCard were migrated to BUI.

At the same time, the release brought a series of breaking changes: duplicate headers during the transition phase, TypeScript compilation issues in large projects, and a necessary migration of plugins. The community reacted pragmatically – the logbook of a catalog plugin migration on dev.to shows that the switch is feasible but documentation-intensive. Version 1.50.0 followed in April with standard schema support for frontend plugin configuration, Zod v4 migration, and the removal of the deprecated PermissionedRoute component.

AiResource and MCP Server: The Catalog as AI Inventory

The real leap came with version 1.51.0 in May 2026. Backstage introduced two new entity types that, for the first time, turn the Software Catalog into a structured inventory for AI resources:

AiResource is a new entity kind activated via the optional module @backstage/plugin-catalog-ai. It knows two subtypes: skill declares AI capabilities with fields for disciplines, categories, agent dependencies (dependsOn), and a rationale justification. rule carries governance constraints as first-class catalog properties – a structured alternative to prompt texts or conventions in documentation.

MCP Server was registered as a new spec.type (mcp-server) within the existing API kind. Instead of a string definition field, MCP Server uses a spec.remotes list that pulls server definitions out of the app-config.yaml chaos into the queryable catalog. This makes the Model Context Protocol (MCP) – the open standard for AI tool integration – an auditable, first-class citizen in the Developer Portal.

The Roadie Backstage Weekly aptly describes: “Your catalog now has a first-class place to declare AI tools with their dependency graph and governance constraints as catalog entities rather than inline prompt text or undocumented convention.”

The Catalog as Context Infrastructure for AI Agents

Alongside the new entity types, a fundamental reassessment of the Software Catalog has taken place. Roadie, a leading managed Backstage provider, published several deep dives on the topic of Context Engineering in spring 2026. The central thesis: AI coding agents like Claude Code, GitHub Copilot, or Cursor fail in production not because of bad prompts, but due to missing context.

An engineer debugging a p99 latency gets a cleanly compiling solution from an AI assistant that, however, violates a PCI compliance boundary – because that constraint is nowhere in the source files. The Backstage catalog solves this problem by providing ownership relationships, dependency graphs, deployment history, and operational data as structured, continuously updated JSON.

The AIContext RFC (Issue #33575) aims to make Backstage the structured context source for AI agents – a step directly targeting the needs of Claude Code, Copilot, and Cursor. An early implementation PR (#33663) introduced a catalog model layer system based on JSON schema kind declarations, already available as an alpha feature.

Market Penetration: 89 Percent IDP Market Share

Cloudmagazin reported in April 2026 that 55 percent of organizations have built a platform engineering team – by the end of 2026, Gartner expects 80 percent of large software organizations to have one. Backstage dominates the IDP market with around 89 percent share among companies that operate an internal developer platform productively. For German cloud architects, this means: the decision is no longer whether an IDP will come, but how quickly and with what scope.

Conclusion

Backstage has undergone a fundamental transformation in 2026: from a Developer Portal to infrastructure for AI-assisted software development. The combination of a stable New Frontend System, new entity types for AI resources, and the repositioning of the Catalog as a context engine makes Backstage the strategic platform for platform engineering teams. Anyone building or migrating an IDP in the next twelve months should understand this development not just as a UI migration, but as an architectural decision for AI integration.

Sources

🌐 Machine-translated from the German original, editorially reviewed. 🤖 Written with AI assistance.