Back to directory
unleash-mcp

unleash-mcp

@cuongtl199210

A Model Context Protocol (MCP) server implementation that integrates with Unleash Feature Toggle system.

unleashfeature-togglemcp-servertool

Installation & Configuration

{
  "mcpServers": {
    "unleash": {
      "command": "npx",
      "args": [
        "-y",
        "unleash-mcp"
      ],
      "env": {
        "UNLEASH_URL": "YOUR_UNLEASH_END_POINT",
        "UNLEASH_API_TOKEN": "YOUR_UNLEASH_API_TOKEN",
        "MCP_TRANSPORT": "stdio",
        "MCP_HTTP_PORT": 3001
      }
    }
  }
}

Information

Transport
stdiosse
Language
TypeScript
Created
2025/4/8
Updated
2026/6/8