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.
Flipt MCP Server
A Model Context Protocol (MCP) server for Flipt, allowing AI assistants to interact with feature flags.
Features
- 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
Usage
Once the server is running, it will:
- Set up a STDIO transport for MCP communication
- Register tools and prompts for interacting with Flipt
The server is designed to be used with AI assistants that support the Model Context Protocol.
Node
You can install the package globally and run it:
Or run it directly with npx:
Docker
You can also run the server in a Docker container:
Configuration
The server can be configured using environment variables:
FLIPT_API_URL
: The URL of the Flipt API (default: http://localhost:8080)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.
Development
License
Apache 2.0
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Flipt’s MCP server allows AI assistants and LLMs to directly interact with your feature flags, segments, and evaluations through a standardized interface.
For example, you could ask your AI assistant: “What’s the current state of the ‘dark-mode’ flag?”
Related MCP Servers
- AsecurityFlicenseAqualityProvides reasoning content to MCP-enabled AI clients by interfacing with Deepseek's API or a local Ollama server, enabling focused reasoning and thought process visualization.Last updated -15424JavaScript
- AsecurityAlicenseAqualityMCP-compatible server that enables AI assistants to interact with Lightdash analytics data, providing tools to list and retrieve projects, spaces, charts, dashboards, and metrics through a standardized interface.Last updated -132717JavaScriptMIT License
- -securityAlicense-qualityAn MCP server that analyzes codebases and generates contextual prompts, making it easier for AI assistants to understand and work with code repositories.Last updated -10PythonMIT License
- -securityFlicense-qualityAn 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 updated -52TypeScript
Appeared in Searches
- 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
- Accessing MCP server for fetching and sending emails without running it locally