Bucket
Flag features, manage company data, and control feature access using Bucket.
Ads
Overview
Command-line interface for interacting with Reflag services. The CLI allows you to manage apps, flags, authentication, and generate TypeScript types for your Reflag flags. With this tool, you can streamline your flagging workflow directly from your terminal. Install the CLI as a development dependency in your project: Run the new command from your project's root directory to initialize the CLI, create a flag, and generate TypeScript types in one step: If you're migrating from the Bucket CLI, here are the key changes to be aware of:
Installation
npm install --save-dev @reflag/cli
Configuration
Configuration example is not available yet.
Capabilities
- Initialize project config
Ask to run `reflag init` to create a `reflag.config.json` with your app ID and type output settings.
- Create a new flag
Use `reflag flags create` to add a flag with a custom key and key format for your app.
- List existing flags
Run `reflag flags list` to view all flags and their configurations for the current app.
- Generate TypeScript types
Execute `reflag flags types` to produce type-safe flag definitions in `react` or `node` format.
- Set up AI assistant rules
Run `reflag rules` to add Reflag context files for Cursor or GitHub Copilot integration.
- Configure MCP connection
Use `reflag mcp` to connect your editor (Cursor, VS Code, Claude, or Windsurf) to the remote Reflag MCP server.
Tags
- development
- devops
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.