better-barista-18500
06/13/2025, 6:51 AMfresh-football-47124
strong-mouse-55694
06/13/2025, 2:04 PM{
"mcpServers": {
"growthbook": {
"command": "npx",
"args": ["-y", "@growthbook/mcp"],
"env": {
"GB_API_KEY": "secret_admin_SECRET",
"GB_API_URL": "<http://localhost:3100>",
"GB_APP_ORIGIN": "<http://localhost:3000>",
"GB_USER": "Ryan"
}
},
}
Remember not to share any sensitive info.better-barista-18500
06/13/2025, 2:09 PM{
"mcpServers": {
"growthbook": {
"command": "wsl bash -ic",
"args": [
"npx",
"-y",
"@growthbook/mcp"
],
"env": {
"GB_API_KEY": "secret_admin_VALID_SECRET",
"GB_USER": "Developer"
}
}
}
}
strong-mouse-55694
06/13/2025, 4:08 PMstrong-mouse-55694
06/13/2025, 7:24 PMbetter-barista-18500
06/16/2025, 6:51 AMstrong-mouse-55694
06/16/2025, 1:12 PM