Skip to main content
Glama

Flipt MCP Server

Official
by flipt-io

toggle_flag

Manage feature flag states with precision by enabling or disabling flags in specific namespaces using the toggle tool on the Flipt MCP Server, ensuring dynamic control over application features.

Input Schema

NameRequiredDescriptionDefault
enabledYes
flagKeyYes
namespaceKeyYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "enabled": { "type": "boolean" }, "flagKey": { "minLength": 1, "type": "string" }, "namespaceKey": { "minLength": 1, "type": "string" } }, "required": [ "namespaceKey", "flagKey", "enabled" ], "type": "object" }

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/flipt-io/mcp-server-flipt'

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