Catalog
io.getunleash/unleash-mcp
Officialby Unleash · TypeScript
MCP server for managing Unleash feature flags
Manages Unleash feature flags for deployment and release management.
README not available yet.
Install
Configuration
Environment variables
UNLEASH_BASE_URLrequiredYour Unleash instance URL (local or hosted)
UNLEASH_PATrequiredsecretYour Unleash Personal Access Token (PAT) for authentication
UNLEASH_DEFAULT_PROJECTThe default project ID the MCP should use
claude_desktop_config.json
{
"mcpServers": {
"unleash-mcp": {
"command": "npx",
"args": [
"-y",
"@unleash/mcp@0.4.0"
],
"env": {
"UNLEASH_BASE_URL": "<YOUR_UNLEASH_BASE_URL>",
"UNLEASH_PAT": "<YOUR_UNLEASH_PAT>",
"UNLEASH_DEFAULT_PROJECT": "<YOUR_UNLEASH_DEFAULT_PROJECT>"
}
}
}
}