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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Initialize a new Reflag configuration in your project, creating a `reflag.config.json` file with your settings and prompting for required information.
All-in-one command to initialize the CLI, create a flag, and generate TypeScript types in a single step. Parameters: flagName (string), --app-id (optional string), --key (optional string), --key-format (optional string), --out (optional string), --format (optional string)
Authenticate with your Reflag account, storing your credentials securely for subsequent operations.
Sign out from your Reflag account and remove stored credentials.
Create a new flag in your Reflag app, guiding you through the flag creation process. Parameters: flagName (string), --app-id (optional string), --key (optional string), --key-format (optional string)
List all flags for the current app, helping you visualize available flags and their configurations. Parameters: --app-id (optional string)
Generate TypeScript types for your flags, ensuring type safety when using Reflag flags in your applications. Parameters: --app-id (optional string), --out (optional string), --format (optional string)
Set up AI-specific rules for your project, enabling AI tools to better understand how to work with Reflag flags. Parameters: --format (optional string), --yes (optional boolean)
Configure your editor or AI client to connect with Reflag's remote MCP server for contextual assistance with flags. Parameters: --editor (optional string), --scope (optional string)