Unleash MCP (Feature Toggle)
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| UNLEASH_URL | Yes | Your Unleash server endpoint URL | |
| MCP_HTTP_PORT | No | The HTTP port to use when MCP_TRANSPORT is set to http | 3001 |
| MCP_TRANSPORT | No | The transport mechanism for MCP (stdio or http) | stdio |
| UNLEASH_API_TOKEN | Yes | Your Unleash API token for authentication |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| flags-list | |
| feature-types-list | |
| environments-list |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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