Skip to main content
Glama

Flipt MCP Server

Official
by flipt-io

create_namespace

Add a new namespace to organize and manage feature flags, segments, and evaluations within the Flipt MCP Server. Input key and name to define the namespace structure.

Input Schema

NameRequiredDescriptionDefault
descriptionNo
keyYes
nameYes

Input Schema (JSON Schema)

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