Statsig MCP now lets you pull the full edit history of any Feature Gate, Experiment, or Dynamic Config without a console.
Retrieve the complete version timeline for a feature gate, experiment, or dynamic config.
See who made each change, when, and exactly what was modified: rules, ID type, enabled state, allocation, variants, and values.
Access config history programmatically to power agentic workflows that reason about how configs have changed over time.
Three new tools are available on api.statsig.com/v1/mcp:
Get_Gate_Version_History
Get_Experiment_Version_History
Get_Dynamic_Config_Version_History
Config history is critical for debugging, incident reviews, and agentic reasoning, but it's been locked behind manual console navigation. Now, you can understand when behavior changed, reconstruct a timeline for an incident post-mortem or feed agents that need to detect or reason about config drift over time.
If you have the Statsig MCP, try a prompt like:
"Using the Statsig MCP, pull the version history for gate feature-gate-name and summarize what changed across versions."
Learn more in the docs: Statsig MCP Overview.