Skip to main content
Glama
flipt-io

Flipt MCP Server

Official
by flipt-io

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FLIPT_API_KEYNoThe API key to use for the Flipt API (optional)
FLIPT_API_URLNoThe URL of the Flipt APIhttp://localhost:8080

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

NameDescription
list_namespacesD
create_namespaceD
update_namespaceD
delete_namespaceD
list_flagsD
get_flagD
create_flagD
update_flagD
delete_flagD
toggle_flagD
list_segmentsD
get_segmentD
create_segmentD
update_segmentD
delete_segmentD
evaluate_boolean_flagD
evaluate_variant_flagD
evaluate_batchD
create_constraintD
delete_constraintD
create_variantD
delete_variantD
create_ruleD
delete_ruleD
create_distributionD
delete_distributionD
create_rolloutD
delete_rolloutD

Prompts

Interactive templates invoked by user choice

NameDescription
create_boolean_flag
create_variant_flag
create_segment
evaluate_flag
toggle_flag
list_enabled_flags
list_disabled_flags

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.1/5.0

Scored across 28 tools

Disambiguation5/5

Every tool has a clearly distinct purpose based on its name, targeting specific resources (flag, namespace, segment, constraint, etc.) and actions (create, delete, evaluate, get, list, update, toggle). There is no ambiguity or overlap between tools, as each combines a unique action with a specific resource type.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with snake_case throughout, such as create_flag, delete_segment, evaluate_batch, list_namespaces, and update_flag. There are no deviations in naming conventions, making the set highly predictable and readable.

Tool Count3/5

With 28 tools, the count is borderline high for a feature flag management server, suggesting it might be heavy but still manageable. It covers many operations, but the high number could overwhelm agents, placing it in the 16-25 range that feels heavy yet not extreme.

Completeness5/5

The tool set provides complete CRUD/lifecycle coverage for the feature flag domain, including create, get, list, update, delete, and evaluate operations for flags, namespaces, segments, and related resources. There are no obvious gaps, ensuring agents can handle all core workflows without dead ends.

Maintenance

ActivitySlowing
ResponsivenessUnresponsive