With [Bucket](https://bucket.co/)'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](https://docs.bucket.co/api/mcp).
Initialize a new Bucket configuration in your project. Creates a 'bucket.config.json' file with your settings and prompts for required information.
All-in-one command to get started quickly. Combines init, feature creation, and type generation in a single step. Parameters: featureName (optional string), --key (optional string), --app-id (optional string), --key-format (optional string), --out (optional string), --format (optional string).
Log in to your Bucket account. This will authenticate your CLI for subsequent operations and store credentials securely.
Log out from your Bucket account, removing stored credentials.
Create a new feature in your Bucket app. Guides you through the feature creation process. Parameters: featureName (string), --key (optional string), --app-id (optional string), --key-format (optional string).
List all features for the current app, helping you visualize what features are available and their current configurations. Parameters: --app-id (optional string).
Generate TypeScript types for your features to ensure type safety when using Bucket features in TypeScript/JavaScript applications. Parameters: --app-id (optional string), --out (optional string), --format (optional string).
List all companies in your app. Parameters: --filter (optional string), --app-id (optional string).
Grant or revoke access to specific features for companies, segments, and users. Parameters: featureKey (optional string), --enable (optional), --disable (optional), --users (optional string), --companies (optional string), --segments (optional string), --app-id (optional string).
Set up AI-specific rules for your project to help AI tools better understand how to work with Bucket and feature flags. Parameters: --format (optional string), --yes (optional).
Start the MCP server from your Bucket initialized project directory. Parameters: --port (optional string), --app-id (optional string).
No reviews yet. Be the first to review!
Sign in to join the conversation