A Model Context Protocol (MCP) server for Flipt, allowing AI assistants to interact with feature flags. - List, create, update, and delete namespaces, flags, segments, rules, and more - Evaluate flags for specific entities - Toggle flags on/off - Manage constraints, variants, distributions, and rollouts Once the server is running, it will: 1. Set up a STDIO transport for MCP communication 2. Regis
Add this skill
npx mdskills install flipt-io/mcp-server-fliptWell-documented MCP server for feature flag management with multiple installation options
A Model Context Protocol (MCP) server for Flipt, allowing AI assistants to interact with feature flags.
Once the server is running, it will:
The server is designed to be used with AI assistants that support the Model Context Protocol.
To install Flipt MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @flipt-io/mcp-server-flipt --client claude
You can install the package globally and run it:
npm install -g @flipt-io/mcp-server-flipt && mcp-server-flipt
Or run it directly with npx:
npx -y @flipt-io/mcp-server-flipt
You can also run the server in a Docker container:
docker run -d --name mcp-server-flipt ghcr.io/flipt-io/mcp-server-flipt:latest
The server can be configured using environment variables:
FLIPT_API_URL: The URL of the Flipt API (default: )FLIPT_API_KEY: The API key to use for the Flipt API (optional)You can set these in a .env file in the directory where you run the server.
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build the project
npm run build
# Start the server
npm start
# Format code
npm run fmt
# Lint code
npm run lint
Apache 2.0
Install via CLI
npx mdskills install flipt-io/mcp-server-fliptFlipt MCP Server is a free, open-source AI agent skill. A Model Context Protocol (MCP) server for Flipt, allowing AI assistants to interact with feature flags. - List, create, update, and delete namespaces, flags, segments, rules, and more - Evaluate flags for specific entities - Toggle flags on/off - Manage constraints, variants, distributions, and rollouts Once the server is running, it will: 1. Set up a STDIO transport for MCP communication 2. Regis
Install Flipt MCP Server with a single command:
npx mdskills install flipt-io/mcp-server-fliptThis downloads the skill files into your project and your AI agent picks them up automatically.
Flipt MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.