Flipt provides a Model Context Protocol (MCP) server, facilitating seamless communication between AI assistants and the Flipt feature flag management system. This allows AI agents to dynamically manage application behavior by interacting with feature flags. The server offers functionalities to list, create, update, and delete various elements such as namespaces, flags, segments, and rules. Furthermore, it allows for real-time flag evaluation, toggling, and management of constraints, variants, distributions, and rollouts, providing a robust solution for integrating feature flag control into AI-driven workflows.
Key Features
01Manages namespaces, flags, segments, and rules.
02Sets up STDIO transport for MCP communication.
03Manages constraints, variants, distributions, and rollouts.
04Toggles flags on and off.
05Evaluates flags for specific entities.
061 GitHub stars