MCP Servers / development / Bucket

Bucket

JSON →
stdiononeofficial23development

Flag features, manage company data, and control feature access using Bucket.

Install
How to run this server
[ { "cmd": "npx reflag", "imports": [] } ]
server path: bucket
Tools
What this server exposes
init
Initialize a new Reflag configuration in your project. Creates a reflag.config.json file with your settings and prompts for any required information not provided via options.
new
All-in-one command to get started quickly. Combines init, flag creation, and type generation in a single step.
login
Authenticate with your Reflag account. Stores your credentials securely for subsequent operations.
logout
Sign out from your Reflag account and remove stored credentials.
flags create
Create a new flag in your Reflag app. Guides you through the flag creation process with interactive prompts if options are not provided.
flags list
List all flags for the configured app.
flags types
Generate TypeScript types for your flags.
Configuration
Environment & auth
authnone
envREFLAG_API_KEY
envBUCKET_API_KEY
envREFLAG_CI_API_KEY
Resources
Bucket — MCP Server · libregistry