Enterprise feature toggle service. Gradual rollouts and experimentation.
npx -y @unleash/mcp-server-unleash
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"unleash": {
"command": "npx",
"args": ["-y", "@unleash/mcp-server-unleash"]
}
}
}
```
run_buildexecute_testslint_codeformat_codeanalyze_bundleEnterprise feature toggle service. Gradual rollouts and experimentation.
Language: TypeScript
Category: Developer Tools