Odel
unleash mcp

unleash mcp

Local
@unleash21TypeScriptUpdated 4w ago

MCP server for managing Unleash feature flags

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@unleash/mcpv0.4.1

Run

npx -y @unleash/mcp

MCP client config

{
  "mcpServers": {
    "unleash-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@unleash/mcp"
      ]
    }
  }
}