Loading languages...
UN

unleash-mcp

@cuongtl19929

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

unleash
feature-toggle
mcp-server

# mcpServer Config

{
  "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
      }
    }
  }
}

# stdio

npx -y unleash-mcp
Transport:
stdio
sse
言語:
TypeScript
作成日:4/8/2025
更新日:6/24/2025