Loading MCP server directory, please wait...
MCP server for managing Unleash feature flags
npx @getmcp/cli add io.getunleash/unleash-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
UNLEASH_BASE_URLYour Unleash instance URL (local or hosted)
UNLEASH_PATYour Unleash Personal Access Token (PAT) for authentication
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.getunleash/unleash-mcp": {
"command": "npx",
"args": [
"-y",
"@unleash/mcp"
],
"env": {
"UNLEASH_BASE_URL": "",
"UNLEASH_PAT": "",
"UNLEASH_DEFAULT_PROJECT": ""
}
}
}
}