Unleash
JSON →MCP server for managing Unleash feature flags and automate best practices.
Install
npx -y @unleash/mcp@latest Tools · 11
- create_flag Creates a feature flag in Unleash.
- evaluate_change Scores risk and recommends feature flag usage.
- detect_flag Discovers existing feature flags to avoid duplicates.
- wrap_change Provides guidance on how to wrap a change in a feature flag.
- set_flag_rollout Configures rollout strategies for a feature flag (does not enable the flag).
- get_flag_state Surfaces a feature flag's metadata and its activation strategies.
- list_flags Lists all feature flags in a project, with optional pagination and sort order.
- list_projects Lists Unleash projects available to the configured token, with optional pagination.
- toggle_flag_environment Enables or disables a feature flag in an environment.
- remove_flag_strategy Deletes a feature flag's strategy from an environment.
- cleanup_flag Generates instructions for safely removing flagged code paths.
Environment variables
UNLEASH_BASE_URL
Links
★ 10 GitHub stars