Skip to main content
Glama

Flipt MCP Server

Official
by flipt-io

create_flag

Define and manage feature flags within Flipt MCP Server by specifying namespace, key, name, and type (Variant or Boolean) for targeted experimentation and control.

Input Schema

NameRequiredDescriptionDefault
descriptionNo
enabledNo
keyYes
nameYes
namespaceKeyYes
typeYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "type": "string" }, "enabled": { "type": "boolean" }, "key": { "minLength": 1, "type": "string" }, "name": { "minLength": 1, "type": "string" }, "namespaceKey": { "minLength": 1, "type": "string" }, "type": { "enum": [ "VARIANT_FLAG_TYPE", "BOOLEAN_FLAG_TYPE" ], "type": "string" } }, "required": [ "namespaceKey", "key", "name", "type" ], "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