Backstage MCP is a Quarkus-based server that enables AI agents like Goose to interact with Backstage, the open-source developer portal platform. It provides tools for listing available templates and instantiating new projects directly from the command line, leveraging Quarkus Backstage for API communication. The implementation requires a Backstage installation with Service-to-Service authentication enabled, making it particularly useful for developers who want to automate project creation workflows through conversational AI interfaces.
暂无评论. 成为第一个评论的人!
登录以参与讨论
List all the available Backstage templates.
Create a new project from a specified template using values from a values.yaml file. Parameters: template_name (string), values_file (string)