io.getunleash/unleash-mcp
Quality Score
75
/100
MCP server for managing Unleash feature flags
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"unleash-mcp": {
"command": "npx",
"args": [
"-y",
"@unleash/mcp"
],
"env": {
"UNLEASH_BASE_URL": "<unleash_base_url>",
"UNLEASH_PAT": "<your-unleash_pat>",
"UNLEASH_DEFAULT_PROJECT": "<unleash_default_project>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"unleash-mcp": {
"command": "npx",
"args": [
"-y",
"@unleash/mcp"
],
"env": {
"UNLEASH_BASE_URL": "<unleash_base_url>",
"UNLEASH_PAT": "<your-unleash_pat>",
"UNLEASH_DEFAULT_PROJECT": "<unleash_default_project>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @unleash/mcp§02 Environment variables
UNLEASH_BASE_URLrequired
Your Unleash instance URL (local or hosted)
UNLEASH_PATrequiredsecret
Your Unleash Personal Access Token (PAT) for authentication
UNLEASH_DEFAULT_PROJECTThe default project ID the MCP should use
§03 MCP Quality Score · methodology
freshness
25
completeness
5
installability
25
documentation
15
stability
5
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.