← Index

io.getunleash/unleash-mcp

io.getunleash/unleash-mcp·v0.3.0-beta.7·Other
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_URL
required

Your Unleash instance URL (local or hosted)

UNLEASH_PAT
requiredsecret

Your Unleash Personal Access Token (PAT) for authentication

UNLEASH_DEFAULT_PROJECT

The 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