mcp-server-flipt
Documentation
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 |
|---|---|---|---|
| `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-v2Flipt v1:
npx -y @flipt-io/mcp-server-fliptDevelopment
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.Z` tag (unchanged legacy scheme)
- v2: push a `mcp-server-flipt-v2@X.Y.Z` tag
Each tag publishes the matching package to npm and its image to ghcr.io via the publish workflow. Bump versions with `pnpm version --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
Frequently asked questions
What is mcp-server-flipt?
mcp-server-flipt is a Model Context Protocol (MCP) server listed in the TrackMCP directory.
How do I install mcp-server-flipt?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-server-flipt open source?
Yes — it is hosted on GitHub at https://github.com/flipt-io/mcp-server-flipt and has 2 stars.
Related MCP tools
Playwright MCP server TypeScript-based implementation. Trusted by 22000+ developers. Trusted by 22000+ developers. Trusted by 22000+ developers.
Official Notion MCP Server TypeScript-based implementation. Trusted by 3400+ developers. Trusted by 3400+ developers. Trusted by 3400+ developers.
Directory for Awesome MCP Servers TypeScript-based implementation. Trusted by 1900+ developers. Trusted by 1900+ developers.
🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes.
MCP Aggregator, Orchestrator, Middleware, Gateway in one docker TypeScript-based implementation. Trusted by 1400+ developers.
MCP Server for kubernetes management commands TypeScript-based implementation. Trusted by 1100+ developers. Trusted by 1100+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP