With Bucket's MCP you can flag features directly from the chat window in your code editor. Whether that’s VS Code, Cursor, Windsurf, Claude Code—any IDE that has MCP support.
For example, if you’ve built a “Download CSV” feature and want to flag it, you no longer have to go to bucket.co or use the CLI to create a feature key. Instead, ask the MCP to do it for you: “flag the download button with bucket.”
You can also use the MCP to grant company segments and individual companies or users access to the feature—straight from the chat window. To give “Acme” access, for example, you’d ask something like: “give Acme access to the download csv feature” and Bucket will look up the company name and enable the Download CSV feature for it.
To get started, add the Bucket MCP in your IDE.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Initialize a new Reflag configuration in your project. This creates a `reflag.config.json` file with your settings and prompts for any required information not provided via options. Options: `--overwrite`: Overwrite existing configuration file if one exists.
All-in-one command to get started quickly. This command combines `init`, flag creation, and type generation in a single step. Options: `--key`: Specific key for the flag; `--app-id`: App ID to use; `--key-format`: Format for flag keys; `--out`: Path to generate TypeScript types; `--format`: Format of the generated types.
Authenticate with your Reflag account. This stores your credentials securely for subsequent operations.
Sign out from your Reflag account and remove stored credentials.
Create a new flag in your Reflag app. This command guides you through the flag creation process with interactive prompts if options are not provided. Options: `--key`: Specific key for the flag; `--app-id`: App ID to use; `--key-format`: Format for flag keys.
List all flags for the current app. This helps you visualize what flags are available and their current configurations. Options: `--app-id`: App ID to use.
Generate TypeScript types for your flags. This ensures type safety when using Reflag flags in your TypeScript/JavaScript applications. Options: `--app-id`: App ID to use; `--out`: Path to generate TypeScript types; `--format`: Format of the generated types.
Set up AI-specific rules for your project. This command adds rules to your project that provide AI tools with context about how to set up and use Reflag flags. Options: `--format`: Format to add rules in (cursor or copilot); `--yes`: Skip confirmation prompts and overwrite existing files.
Configure your editor or AI client to connect with Reflag's remote MCP server. This allows your AI tools to understand your flags and provide more contextual assistance. Options: `--editor`: The editor/client to configure; `--scope`: Whether to configure settings globally or locally for the project.