Home › Other › unleash-mcp

unleash-mcp

MCP server for managing Unleash feature flags

TypeScript
★ 22 stars Last pushed 2026-09-24

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.4.1)

npx -y @unleash/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "unleash-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@unleash/[email protected]"
      ],
      "env": {
        "UNLEASH_BASE_URL": "<YOUR_VALUE>",
        "UNLEASH_PAT": "<YOUR_VALUE>",
        "UNLEASH_DEFAULT_PROJECT": "<YOUR_VALUE>"
      }
    }
  }
}
  • UNLEASH_BASE_URL required — Your Unleash instance URL (local or hosted)
  • UNLEASH_PAT required secret — Your Unleash Personal Access Token (PAT) for authentication
  • UNLEASH_DEFAULT_PROJECT — The default project ID the MCP should use

Related servers

Data from the Official MCP Registry