Flipt MCP Server
OfficialThe Flipt MCP Server enables AI assistants to comprehensively manage Flipt's feature flag system via the Model Context Protocol (MCP).
Core Capabilities:
Manage Resources: List, create, update, and delete namespaces, feature flags, segments, variants, rules, constraints, distributions, and rollouts
Evaluate Flags: Perform single and batch evaluations for boolean and variant flags for specific entities
Toggle Control: Enable/disable flags based on specific criteria and complex logic
Advanced Configuration: Set up segment matching (all/any), constraint types (string, number, boolean, datetime, entity ID), rollout distributions, and segment operators
Seamless Integration: Work with AI assistants through JSON schemas and MCP for streamlined feature flag operations
Allows running the MCP server in a Docker container for containerized deployment.
Supports configuration through environment variables stored in .env files.
Enables installation and distribution of the MCP server through the npm package registry.
Used for displaying package version information in the project's documentation.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Flipt MCP Servertoggle the 'new-checkout-flow' flag to enabled"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Flipt MCP Servers
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 |
|
| ||
|
|
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-v2Flipt v1:
npx -y @flipt-io/mcp-server-fliptRelated MCP server: Talk to Figma MCP
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 devReleasing
v1: push a
vX.Y.Ztag (unchanged legacy scheme)v2: push a
mcp-server-flipt-v2@X.Y.Ztag
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that allows AI assistants to programmatically manage Unleash feature flags through natural language, enabling operations like creating, updating, and retrieving feature flags across projects.Last updated5333ISC
- Alicense-qualityDmaintenanceAn MCP server that enables AI assistants to interact with Figma designs for tasks like reading document info, creating elements, and managing auto layouts. It facilitates real-time design automation via a custom Figma plugin and WebSocket server integration.Last updated1,135MIT

@shipeasy/mcpofficial
Alicense-qualityAmaintenanceA unified MCP server for experimentation and i18n, enabling AI assistants to manage feature flags, experiments, metrics, events, and string translations via natural language.Last updated677MIT- Alicense-qualityDmaintenanceAn MCP server that gives AI assistants the ability to connect to, query, profile, and monitor data sources — turning any LLM into an interactive data engineering copilot.Last updatedMIT
Related MCP Connectors
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.
Appeared in Searches
- An automation platform for workflow and task management
- Information or tools related to derivatives (math, finance, or software)
- Information about Flowable (e.g., workflow and business process management tool)
- An overview of end-to-end testing
- Save all service information from mcp.so-like websites to local storage
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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