7 months ago
Flag features directly from chat in your code editor, including VS Code, Cursor, Windsurf, Claude Code—any IDE with MCP support.
Overview
What is Bucket?
Bucket is a command-line interface (CLI) tool designed for managing feature flags directly from your code editor, supporting various IDEs with Model Context Protocol (MCP) integration.
How to use Bucket?
To use Bucket, install the CLI in your project using npm or yarn, then initialize it and create features using simple commands.
Key features of Bucket?
- Manage feature flags directly from your terminal.
- Generate TypeScript types for features.
- AI-assisted development capabilities through MCP.
Use cases of Bucket?
- Streamlining feature flag management in software development.
- Integrating AI tools with feature flags for enhanced development workflows.
- Simplifying the process of creating and managing features in applications.
FAQ from Bucket?
- Can I use Bucket with any IDE?
Yes! Bucket supports any IDE that integrates with the Model Context Protocol.
- Is there a cost associated with using Bucket?
Bucket is open-source and free to use.
- What is the Model Context Protocol?
MCP is a standardized way to connect AI models to different data sources and tools, enhancing feature management.
Server Config
{
"mcpServers": {
"Bucket": {
"command": "npx",
"args": [
"mcp-remote@latest",
"https://app.bucket.co/api/mcp?appId=<YOUR APP ID>"
]
}
}
}