Bucket is a CLI tool for managing feature flags directly from your code editor via the Model Context Protocol (MCP).
To use it, install the CLI in your project using npm or yarn, then initialize and manage features with simple commands.
Key features include managing flags from your terminal, generating TypeScript types for features, and enabling AI-assisted development through MCP.
It streamlines feature flag management in development, integrates AI tools to enhance workflows, and simplifies creating and managing application features.
Bucket works with any IDE supporting MCP. It is open-source and free to use. The Model Context Protocol is a standard for connecting AI models to tools and data sources.
{
"mcpServers": {
"Bucket": {
"command": "npx",
"args": [
"mcp-remote@latest",
"https://app.bucket.co/api/mcp?appId=<YOUR APP ID>"
]
}
}
}