Bucketeer
Provides a Model Context Protocol (MCP) server for comprehensive management of feature flags within the Bucketeer platform.
关于
Acts as a Model Context Protocol (MCP) server, enabling programmatic management of feature flags within Bucketeer, an open-source feature flag management platform. This tool provides a set of functionalities for performing essential operations like listing, creating, retrieving, updating, and archiving feature flags, allowing integration of Bucketeer's capabilities into various development and operational workflows through an MCP client.
主要功能
- Archive feature flags to deactivate them while retaining history
- 1 GitHub stars
- List all feature flags with filtering and pagination
- Create new feature flags with custom variations and tags
- Retrieve specific feature flags by ID or version
- Update existing feature flags, including name, description, and status
使用案例
- Automating the creation and configuration of feature flags across multiple environments
- Integrating feature flag management into CI/CD pipelines for automated deployments
- Scripting bulk updates or archival of feature flags for maintenance and cleanup