You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/mcp.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,25 +47,35 @@ Once you've added and saved the configuration file, restart Cursor or Claude Des
47
47
## Current MCP capabilities
48
48
49
49
### Experiments (A/B Tests)
50
+
50
51
-**Get_List_of_Experiments**: List all experiments in the project with optional status filtering
51
52
-**Get_Experiment_Details_by_ID**: Get experiment details including groups and parameters
52
53
-**Create_Experiment**: Create new experiments with groups, hypothesis, etc.
53
54
-**Update_Experiment_Entirely**: Replace entire experiment configuration (any excluded data will be removed - the MCP will understand this.)
54
55
55
56
### Gates (Feature Flags)
57
+
56
58
-**Get_List_of_Gates**: List all gates/flags with optional type filtering (e.g., STALE, PERMANENT)
57
59
-**Get_Gate_Details_by_ID**: Get complete gate configuration details (rules, ID type, etc.)
58
60
-**Create_Gate**: Create new gate/flag with targeting rules and settings
59
61
-**Update_Gate_Entirely**: Replace entire gate setup with new rules and settings (any excluded data will be removed - the MCP will understand this.)
60
62
61
63
### Dynamic Configs
64
+
62
65
-**Get_List_of_Dynamic_Configs**: List all dynamic config objects in the project
63
66
-**Get_Dynamic_Config_Details_by_ID**: Retrieve detailed config including targeting rules, return values
64
67
-**Create_Dynamic_Config**: Create new config with rules, return values, etc.
65
68
-**Update_Dynamic_Config_Entirely**: Replace entire dynamic config with new targeting and values (any excluded data will be removed - the MCP will understand this.)
66
69
67
70
Need other functions? We're happy to consider additions by request, reach out in Slack.
[Click Here](cursor://anysphere.cursor-deeplink/mcp/install?name=statsig-local&config=eyJjb21tYW5kIjoibnB4IG1jcC1yZW1vdGUgaHR0cHM6Ly9hcGkuc3RhdHNpZy5jb20vdjEvbWNwIC0taGVhZGVyIHN0YXRzaWctYXBpLWtleToke0FVVEhfVE9LRU59IiwiZW52Ijp7IkFVVEhfVE9LRU4iOiJjb25zb2xlLWtleSJ9fQ==) to add the Statsig MCP to Cursor, or copy the json to: `~/.cursor/mcp.json`
@@ -81,7 +91,7 @@ The configuration file is located at:
81
91
82
92
On Claude Code, we recommend using the http transport directly, run this command on the command line anywhere you use Claude Code:
83
93
84
-
```bash
94
+
```bash
85
95
claude mcp add --transport http statsig-local https://api.statsig.com/v1/mcp \
0 commit comments