Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Flipt (Feature Flag Management)

FreeNot checked

Integrates with Flipt feature flag management to enable listing, creating, updating, and deleting namespaces, flags, segments, and rules for controlling feature

GitHubEmbed

About

Integrates with Flipt feature flag management to enable listing, creating, updating, and deleting namespaces, flags, segments, and rules for controlling feature rollouts with constraints, variants, and distributions.

README

CI mcp-server-flipt mcp-server-flipt-v2

Model Context Protocol (MCP) servers for Flipt, allowing AI assistants to interact with feature flags.

This repository contains two packages, one per major Flipt version:

Package Flipt version npm Docker
packages/mcp-server-flipt Flipt v1 @flipt-io/mcp-server-flipt ghcr.io/flipt-io/mcp-server-flipt
packages/mcp-server-flipt-v2 Flipt v2 @flipt-io/mcp-server-flipt-v2 ghcr.io/flipt-io/mcp-server-flipt-v2

Not sure which one you need? If your Flipt server has environments and Git-backed storage, it is v2 — use @flipt-io/mcp-server-flipt-v2. See each package's README for installation, configuration, and the full tool catalog.

Quick start

Flipt v2:

npx -y @flipt-io/mcp-server-flipt-v2

Flipt v1:

npx -y @flipt-io/mcp-server-flipt

Development

This is a pnpm workspace.

pnpm install       # install all dependencies
pnpm -r build      # build both packages
pnpm -r test       # test both packages
pnpm -r check      # typecheck both packages
pnpm lint          # lint both packages
pnpm fmt           # format both packages

# scope a command to one package
pnpm --filter @flipt-io/mcp-server-flipt-v2 dev

Releasing

Each tag publishes the matching package to npm and its image to ghcr.io via the publish workflow. Bump versions with pnpm version <bump> --no-git-tag-version inside the package directory (the version lifecycle script keeps src/version.ts in sync), then create the tag manually using the scheme above.

License

Apache 2.0

from github.com/flipt-io/mcp-server-flipt

Install Flipt (Feature Flag Management) in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install flipt-feature-flag-management

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add flipt-feature-flag-management -- npx -y @flipt-io/mcp-server-flipt

Step-by-step: how to install Flipt (Feature Flag Management)

FAQ

Is Flipt (Feature Flag Management) MCP free?

Yes, Flipt (Feature Flag Management) MCP is free — one-click install via Unyly at no cost.

Does Flipt (Feature Flag Management) need an API key?

No, Flipt (Feature Flag Management) runs without API keys or environment variables.

Is Flipt (Feature Flag Management) hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Flipt (Feature Flag Management) in Claude Desktop, Claude Code or Cursor?

Open Flipt (Feature Flag Management) on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Flipt (Feature Flag Management) with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs