Statsig Feature Management
Unified feature management workflow combining Statsig's HTTP API and Console API. Enables product teams to evaluate feature gates in real-time, manage gate configuration, run A/B experiments, track exposures, and log analytics events from a single integration. Supports the full feature management lifecycle from gate creation through experiment analysis.
What You Can Do
MCP Tools
check-feature-gate
Evaluate whether a feature gate passes for a given user, including rule matching and group assignment.
check-multiple-gates
Evaluate multiple feature gates for a user in a single request.
get-dynamic-config
Fetch dynamic configuration key-value pairs for a user.
get-experiment-assignment
Get a user's experiment group assignment and parameter values.
initialize-sdk
Initialize all evaluated gates, configs, and experiments for a user (for client SDK use).
log-analytics-events
Log custom analytics events and experiment exposures to Statsig.
list-feature-gates
List all feature gates in the Statsig project.
create-feature-gate
Create a new feature gate with targeting rules.
get-feature-gate-config
Get the full configuration of a feature gate by name.
delete-feature-gate
Permanently delete a feature gate from the project.
list-experiments
List all A/B test experiments in the project.
create-experiment
Create a new A/B test experiment with groups and parameter configuration.
start-experiment
Start an experiment to begin allocating users to test groups.
list-metrics
List all metric definitions used in experiment analysis.
list-audit-logs
List audit log entries showing who changed what in the project configuration.