@featureflip/mcp

MCPcommunity
v0.1.4UnknownApache-2.0Aggiornato 1 g fanpmGitHub

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

Funziona in
ClaudeCursorCopilotGemini

Dedotto dai trasporti dichiarati da questo annuncio (stdio). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.

Indicizzato automaticamente da fonti pubbliche. Non ancora verificato dal suo sviluppatore su Forge.Rivendica questo annuncio →
285Download/sett.
1 g faUltimo aggiornamento
Richiede 1 credenziale prima di poter funzionare
  • FEATUREFLIP_TOKENChiave APIobbligatoria

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

Dichiarato dall’autore nel registro MCP ufficiale. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.

Pacchetto
AutoreUnknown
LicenzaApache-2.0
Versione0.1.4
Fontenpm+mcp-registry
Stato di fiducia
B
60/100Buono
Presente nell’indice di Forge+10/10
Identità del publisher verificata+0/20
Publisher: esegui `forge publish` dal repo del pacchetto per rivendicarne la proprietà
Firma di pubblicazione Ed25519+0/5
Inclusa automaticamente quando il publisher esegue `forge publish`
Verifica del dominio+0/5
Publisher: ospita /.well-known/forge.json sulla homepage del pacchetto con { "publisher": "<github-login>" }
npm Trusted Publishing (Sigstore)+0/5
Pubblica da GitHub Actions con --provenance perché l’attestation leghi questo pacchetto a questo repo
Corrispondenza del maintainer npm+0/5
Si ottiene quando la tua identità è verificata qui sopra e quel login è maintainer npm di questo pacchetto
Analisi CVE · pulita+30/30
Analisi statica · pulita+20/20
Incollalo in Claude Code, Cursor o qualsiasi assistente di IA per colmare tutte le lacune
StatoIndicizzato dalla community
PublisherNon verificato
FirmaNon firmato
Dominio
Provenienza
Dipendenze✓ 3 risolte · nessuna vulnerabile
Superficie di strumenti19 strumenti · 1 privilegiati
Analisi di sicurezza✓ Pulitov0.1.4 · oggiQuanto è efficace questa analisi?
ValutazioniNessuna
Indicizzato29 ago 2026

La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.

Strumenti

19 strumenti · 1 privilegiati
Estratto staticamente dal pacchetto pubblicatov0.1.4 · 11h ago

Letto dal codice che npm distribuisce davvero, al momento dell’analisi. Il pacchetto non è mai stato eseguito. Gli strumenti registrati dinamicamente a runtime, o nascosti in codice impacchettato o minificato, possono sfuggire — quindi questo è un limite inferiore della superficie di strumenti, non un censimento completo.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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

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

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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).

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

delete_flagprivilegiatoPERMANENTLY 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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

restore_flagRestore a previously archived flag.

Restore a previously archived flag.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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…

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

find_stale_flagsNessuna descrizione pubblicata

Questo strumento non ha pubblicato alcuna descrizione. Forge non se la inventa.

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.

Per questo strumento non è stato pubblicato alcuno schema di input.

18 strumenti su 19 hanno pubblicato una descrizione.

I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.

Descrizione

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

Parole chiave
mcp
Alternative
Confronto delle superfici di strumenti…

Albero delle dipendenze

Ciò che una scansione di Forge ha risolto dai metadati npm il 2026-08-29: risoluzione osservata, non una dichiarazione dell'editore.

3 pacchetti risolti · 2 diretti · nessuno con avvisi di sicurezza La risoluzione si ferma alla profondità 4 e a 60 pacchetti.