Loading...
npx -y @smithery/cli install @flipt-io/mcp-server-flipt --client claudelistNamespacesLists 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.
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.