Serversio.getunleash/unleash-mcp
M

io.getunleash/unleash-mcp

io.getunleash/unleash-mcp · v0.3.0-beta.9
▦ npm
v0.3.0-beta.9npm npm: @unleash/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.getunleash/unleash-mcp",
  "description": "MCP server for managing Unleash feature flags",
  "repository": {
    "url": "https://github.com/Unleash/unleash-mcp",
    "source": "github"
  },
  "version": "0.3.0-beta.9",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@unleash/mcp",
      "version": "0.3.0-beta.9",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Unleash instance URL (local or hosted)",
          "isRequired": true,
          "format": "string",
          "name": "UNLEASH_BASE_URL"
        },
        {
          "description": "Your Unleash Personal Access Token (PAT) for authentication",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "UNLEASH_PAT"
        },
        {
          "description": "The default project ID the MCP should use",
          "format": "string",
          "name": "UNLEASH_DEFAULT_PROJECT"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}