Flipt

Flipt MCP Connector for Claude

A+

Manage feature flags and rollouts via Flipt — list namespaces, flags, segments, and rules directly from your AI agent.

9 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Flipt instance to any AI agent to orchestrate feature management and progressive delivery through natural conversation.

What you can do

  • Flag Management — List and inspect feature flags across different namespaces to understand your current feature states
  • Targeting & Segments — Retrieve segments and create constraints to define specific user subsets for targeted rollouts
  • Rollout Control — List rules and rollouts, and create distributions to manage percentage-based releases and canary deployments
  • Variants — Create and manage flag variants to return different values based on evaluation logic
  • Auth & Infrastructure — List authentication tokens and namespaces to understand your environment's structure and access levels

How it works

  1. Subscribe to this server
  2. Enter your Flipt URL and API Token
  3. Start managing your feature flags from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • DevOps Engineers — quickly audit rollout configurations and namespace partitions without leaving the terminal or IDE
  • Product Managers — check the status of feature flags and segments to verify release progress
  • Developers — create variants and constraints directly while coding to speed up feature implementation
feature-flagsrolloutstargetingab-testingconfiguration-management

9 tools expose this connector's capabilities to your AI agent.

create_constraint

Create a constraint for a segment

create_distribution

Create a distribution for a rule

create_variant

Create a new variant for a flag

list_flags

List flags in a namespace

list_namespaces

List all namespaces

list_rollouts

List rollouts for a flag

list_rules

List rules for a flag

list_segments

List segments in a namespace

list_tokens

List authentication tokens

See how to talk to your AI agent using Flipt.

List all namespaces in my Flipt instance.

I've retrieved the namespaces. You currently have: 'default' (Global resources) and 'production-env' (Production flags). Which one would you like to explore?

Show me all the feature flags in the 'default' namespace.

Fetching flags for 'default'... I found 3 flags: 'new-onboarding-flow', 'dark-mode-beta', and 'api-v2-enabled'. Would you like to see the variants for any of these?

Create a new variant called 'v2-test' for the 'header-experiment' flag in the 'default' namespace.

Variant 'v2-test' has been successfully created for the 'header-experiment' flag. It is now available for use in your rules and distributions.

Yes! Use the `list_flags` tool and provide the `namespaceKey` (e.g., 'default'). The agent will return all flags configured within that partition.

Related Connectors