Cloud Infrastructure
Trust: 37/100 (Limited)io.getunleash/unleash-mcp Guide
MCP server for managing Unleash feature flags
9 starsby Unleash
Quick Start
Install
npx @unleash/mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-getunleash-unleash-mcp": {
"command": "npx",
"args": [
"@unleash/mcp"
]
}
}
}