Bucket Feature Flags MCP ServerServer

bucketco
GitHub
Feature ManagementDevelopment ToolsMCP

Loading subscription status...

๐Ÿ’ก Description

Official MCP server by bucketco for managing feature flags and integrating them into Node.js and React applications. It provides a command-line interface for creating and managing feature flags as well as generating TypeScript types.

๐Ÿ“ JSON Entries

{
  "mcpServers": [
    {
      "Bucket": {
        "env": {},
        "args": [
          "bucket",
          "--port",
          "8050",
          "--app-id",
          "ap123456789"
        ],
        "command": "npx"
      }
    }
  ]
}

๐Ÿ› ๏ธ Tools

Bucket CLITypeScript

โšก Features

  • CLI commands for managing feature flags
  • Integration with Node.js and React
  • TypeScript type generation

๐Ÿ’ฌ Example Queries

  • Create a new feature flag for the application.
  • List all features available in my app.
  • Generate TypeScript types for my features.