Skip to main content
Glama
cuongtl1992

Unleash MCP (Feature Toggle)

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
UNLEASH_URLYesYour Unleash server endpoint URL
MCP_HTTP_PORTNoThe HTTP port to use when MCP_TRANSPORT is set to http3001
MCP_TRANSPORTNoThe transport mechanism for MCP (stdio or http)stdio
UNLEASH_API_TOKENYesYour Unleash API token for authentication

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
getFlagC

Get detailed information about a feature flag

createFlagC

Create a new feature flag in an Unleash project

updateFlagC

Update an existing feature flag in an Unleash project

patchFlagB

Modify specific properties of an existing feature flag in an Unleash project using JSON Patch operations

addStrategyC

Add a strategy to a feature flag in a specific environment

updateStrategyC

Update a strategy configuration for a feature flag in the specified environment

deleteStrategyC

Delete a strategy configuration from a feature flag in the specified environment

setStrategySortOrderC

Set the sort order of strategies for a feature flag in a specific environment

getProjectFeaturesC

Get all features for a specific project from the Unleash repository

getProjectFeatureC

Get detailed information about a feature flag in a specific project

archiveFlagC

Archive a feature flag in a specific project

validateFeatureNameC

Validate if a feature flag name is valid and available for use

getProjectsB

Get a list of all projects

listFlagsB

Get a list of all feature flags

getFeatureTypesB

Get a list of all feature types with their descriptions and lifetimes

getEnvironmentsB

Get a list of all environments configured in Unleash

getFeatureTagsC

Get a list of all tags for a specific feature

addFeatureTagC

Add a tag to a feature flag

enableFlagC

Enables a feature flag in the specified environment

disableFlagC

Disables a feature flag in the specified environment

markFeaturesStaleC

Marks features as stale or not stale in the specified project

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
flags-list
feature-types-list
environments-list

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cuongtl1992/unleash-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server