Connections & Capabilities
Connects To
Capabilities
Quickstart
Install
npx -y @smithery/cli install @flipt-io/mcp-server-flipt --client claudeExposed MCP Tools (10)
listNamespacesLists all namespaces within Flipt.
Read-only operation.
createNamespaceCreates a new namespace in Flipt.
Creates a new resource, but does not modify existing ones.
updateNamespaceUpdates an existing namespace in Flipt.
Modifies existing resources, potentially impacting application behavior.
deleteNamespaceDeletes a namespace from Flipt.
Deletes a resource, which can have significant consequences.
listFlagsLists all feature flags within a given namespace.
Read-only operation.
createFlagCreates a new feature flag within a given namespace.
Creates a new resource, but does not modify existing ones.
updateFlagUpdates an existing feature flag.
Modifies existing resources, potentially impacting application behavior.
deleteFlagDeletes a feature flag.
Deletes a resource, which can have significant consequences.
evaluateFlagEvaluates a flag for a given entity.
Read-only operation.
toggleFlagToggles a flag on or off.
Modifies the state of a feature flag, directly impacting application behavior.
Safety Assessment
This server allows AI assistants to manage feature flags, which can be risky if not handled carefully. The use of an API key provides a basic level of security, but the potential for misconfiguration and the lack of rate limiting require careful monitoring and access control.
- Requires authentication via API key.
- Operations are limited to the Flipt feature flag domain.
- No direct access to the underlying operating system or file system.
- Clear separation of concerns through dedicated tools.
- Allows modification of feature flag configurations, potentially impacting application behavior.
- Improperly configured flags could lead to unintended consequences in production.
- Exposure of the Flipt API URL and API Key can lead to unauthorized access.
- No built-in rate limiting or usage controls.
