Stats
Actions
Tags
From sideshow
Connects to the Sideshow service for feature management and experimentation. Requires SIDESHOW_URL and SIDESHOW_TOKEN for authentication.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"sideshow": {
"command": "npx",
"args": [
"-y",
"sideshow",
"mcp"
],
"env": {
"SIDESHOW_URL": "${user_config.sideshowUrl}",
"SIDESHOW_TOKEN": "${user_config.apiToken}"
}
}
}
}Replace placeholder values for: SIDESHOW_TOKEN
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
SIDESHOW_URL=${user_config.sideshowUrl}SIDESHOW_TOKEN=${user_config.apiToken}Sensitive values you must provide — never committed to source control
npx claudepluginhub modem-dev/sideshow --plugin sideshow