MCP Servers / development / Unleash

Unleash

JSON →
stdiononeofficial10development

MCP server for managing Unleash feature flags and automate best practices.

Install
How to run this server
[ { "cmd": "npx -y @unleash/mcp@latest", "imports": [] } ]
server path: unleash
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
envUNLEASH_BASE_URL
Resources
Unleash — MCP Server · libregistry