@featureflip/mcp

MCPcommunauté
v0.1.4UnknownApache-2.0Mis à jour il y a 1 jnpmGitHub

MCP server for managing Featureflip feature flags from AI agents and editors

Fonctionne dans
ClaudeCursorCopilotGemini

Déduit des transports déclarés par cette annonce (stdio). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.

Indexé automatiquement depuis des sources publiques. Pas encore vérifié par son développeur sur Forge.Revendiquer cette annonce →
285Téléch./sem.
il y a 1 jDernière mise à jour
Nécessite 1 identifiant avant de pouvoir fonctionner
  • FEATUREFLIP_TOKENClé d’APIobligatoire

    Featureflip API token. A personal token (ffp_) acts as you; a service token (ffs_) is a scoped machine identity for CI and agents.

Déclaré par l’auteur dans le registre MCP officiel. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.

Paquet
AuteurUnknown
LicenceApache-2.0
Version0.1.4
Sourcenpm+mcp-registry
Statut de confiance
B
60/100Bon
Listé dans l’index Forge+10/10
Identité de l’éditeur vérifiée+0/20
Éditeur : exécutez `forge publish` depuis le dépôt du paquet pour revendiquer la propriété
Signature de publication Ed25519+0/5
Incluse automatiquement quand l’éditeur exécute `forge publish`
Vérification de domaine+0/5
Éditeur : hébergez /.well-known/forge.json sur la page d’accueil du paquet avec { "publisher": "<github-login>" }
npm Trusted Publishing (Sigstore)+0/5
Publiez depuis GitHub Actions avec --provenance pour que l’attestation lie ce paquet à ce dépôt
Correspondance de mainteneur npm+0/5
Acquis dès que votre identité est vérifiée ci-dessus et que ce login est mainteneur npm de ce paquet
Analyse CVE · propre+30/30
Analyse statique · propre+20/20
Collez-le dans Claude Code, Cursor ou tout assistant d’IA pour combler toutes les lacunes
StatutIndexé par la communauté
ÉditeurNon vérifié
SignatureNon signé
Domaine
Provenance
Dépendances✓ 3 résolues · aucune vulnérable
Surface d’outils19 outils · 1 privilégiés
Analyse de sécurité✓ Proprev0.1.4 · aujourd’huiQuelle est l’efficacité de cette analyse ?
ÉvaluationsAucune
Indexé29 août 2026

La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.

Outils

19 outils · 1 privilégiés
Extrait statiquement du paquet publiév0.1.4 · 11h ago

Lu dans le code que npm livre réellement, au moment de l’analyse. Le paquet n’a jamais été exécuté. Les outils enregistrés dynamiquement à l’exécution, ou cachés dans du code empaqueté ou minifié, peuvent passer inaperçus — c’est donc un plancher de la surface d’outils, pas un recensement complet.

list_projectsList projects in the Featureflip organization. Paginated: pass cursor from next_cursor to continue.

List projects in the Featureflip organization. Paginated: pass cursor from next_cursor to continue.

Aucun schéma d’entrée n’a été publié pour cet outil.

list_environmentsList the environments of a project (e.g. development, staging, production).

List the environments of a project (e.g. development, staging, production).

Aucun schéma d’entrée n’a été publié pour cet outil.

list_segmentsList reusable user segments in a project. Segments are referenced from targeting rules via userSegmentId.

List reusable user segments in a project. Segments are referenced from targeting rules via userSegmentId.

Aucun schéma d’entrée n’a été publié pour cet outil.

get_segmentGet one user segment (its conditions, id, and metadata) by key or id.

Get one user segment (its conditions, id, and metadata) by key or id.

Aucun schéma d’entrée n’a été publié pour cet outil.

list_flagsList feature flags in a project. Filter with search (key/name substring), tag, type, archived. Paginated via cursor.

List feature flags in a project. Filter with search (key/name substring), tag, type, archived. Paginated via cursor.

Aucun schéma d’entrée n’a été publié pour cet outil.

get_flagGet one feature flag with its variations and metadata. Address by flag key or id.

Get one feature flag with its variations and metadata. Address by flag key or id.

Aucun schéma d’entrée n’a été publié pour cet outil.

create_flagCreate a feature flag. type is one of Boolean|String|Number|Json. Boolean flags get true/false variations automatically; for other types pass initialVariations. The flag is created in every environment of the project (disabled).

Create a feature flag. type is one of Boolean|String|Number|Json. Boolean flags get true/false variations automatically; for other types pass initialVariations. The flag is created in every environment of the project (disabled).

Aucun schéma d’entrée n’a été publié pour cet outil.

update_flagUpdate flag name/description/tags/clientSideVisible. Key and type are immutable. Use toggle_flag / update_targeting for behavior changes.

Update flag name/description/tags/clientSideVisible. Key and type are immutable. Use toggle_flag / update_targeting for behavior changes.

Aucun schéma d’entrée n’a été publié pour cet outil.

delete_flagprivilégiéPERMANENTLY delete a flag across all environments. Fails with FLAG_HAS_DEPENDENTS if other flags use it as a prerequisite. Prefer archive_flag unless the flag must be fully removed.

PERMANENTLY delete a flag across all environments. Fails with FLAG_HAS_DEPENDENTS if other flags use it as a prerequisite. Prefer archive_flag unless the flag must be fully removed.

Aucun schéma d’entrée n’a été publié pour cet outil.

archive_flagArchive a flag (soft-hide, evaluation stops serving it). Reversible with restore_flag.

Archive a flag (soft-hide, evaluation stops serving it). Reversible with restore_flag.

Aucun schéma d’entrée n’a été publié pour cet outil.

restore_flagRestore a previously archived flag.

Restore a previously archived flag.

Aucun schéma d’entrée n’a été publié pour cet outil.

toggle_flagEnable or disable a flag in ONE environment. Affects live evaluation immediately — double-check the environment.

Enable or disable a flag in ONE environment. Affects live evaluation immediately — double-check the environment.

Aucun schéma d’entrée n’a été publié pour cet outil.

update_flag_environment_configUpdate a flag's per-environment serving config: defaultVariationId (served on fallthrough, required), strategy (SingleVariation | PercentageRollout | TargetedRollout — only SingleVariation is currently supported at the environment level), and prerequisites. Percentage rollouts are configured on tar…

Update a flag's per-environment serving config: defaultVariationId (served on fallthrough, required), strategy (SingleVariation | PercentageRollout | TargetedRollout — only SingleVariation is currently supported at the environment level), and prerequisites. Percentage rollouts are configured on tar…

Aucun schéma d’entrée n’a été publié pour cet outil.

flag_statusCompact cross-environment view of one flag: enabled state, strategy, default variation, and prerequisites per environment.

Compact cross-environment view of one flag: enabled state, strategy, default variation, and prerequisites per environment.

Aucun schéma d’entrée n’a été publié pour cet outil.

get_targetingGet a flag's current targeting configuration (enabled flag + ordered rules) in one environment.

Get a flag's current targeting configuration (enabled flag + ordered rules) in one environment.

Aucun schéma d’entrée n’a été publié pour cet outil.

update_targetingREPLACE all targeting rules of a flag in one environment (full PUT — rules not included are removed). Rules are evaluated in order. Get the current rules first with get_targeting.

REPLACE all targeting rules of a flag in one environment (full PUT — rules not included are removed). Rules are evaluated in order. Get the current rules first with get_targeting.

Aucun schéma d’entrée n’a été publié pour cet outil.

manage_variationManage a flag's variations. action=add requires key + value; action=update/remove require variationId (get ids via get_flag). Removing a variation fails with VARIATION_HAS_DEPENDENTS if other flags depend on it.

Manage a flag's variations. action=add requires key + value; action=update/remove require variationId (get ids via get_flag). Removing a variation fails with VARIATION_HAS_DEPENDENTS if other flags depend on it.

Aucun schéma d’entrée n’a été publié pour cet outil.

find_stale_flagsAucune description publiée

Cet outil n’a publié aucune description. Forge n’en invente pas.

wrap_featureCreate a Boolean feature flag and get back the SDK code snippet to guard the new code path with it. Returns the snippet only — apply the edit yourself. The flag starts DISABLED in every environment; enable it with toggle_flag when ready.

Create a Boolean feature flag and get back the SDK code snippet to guard the new code path with it. Returns the snippet only — apply the edit yourself. The flag starts DISABLED in every environment; enable it with toggle_flag when ready.

Aucun schéma d’entrée n’a été publié pour cet outil.

18 outils sur 19 ont publié une description.

Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.

À propos

MCP server for managing Featureflip feature flags from AI agents and editors

Mots-clés
mcp
Alternatives
Comparaison des surfaces d’outils…

Arbre de dépendances

Ce qu'une analyse Forge a résolu à partir des métadonnées npm le 2026-08-29 — résolution observée, et non une déclaration de l'éditeur.

3 paquets résolus · 2 directs · aucun porteur d'avis de sécurité La résolution s'arrête à la profondeur 4 et à 60 paquets.