@featureflip/mcp

MCPcomunidad
v0.1.4UnknownApache-2.0Actualizado hace 1 dnpmGitHub

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

Funciona en
ClaudeCursorCopilotGemini

Inferido de los transportes que declara este listado (stdio). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.

Indexado automáticamente desde fuentes públicas. Aún sin verificar por su desarrollador en Forge.Reclamar este listado →
285Descargas/sem.
hace 1 dÚltima actualización
Necesita 1 credencial antes de poder ejecutarse
  • FEATUREFLIP_TOKENClave de APIobligatoria

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

Declarado por el autor en el registro oficial de MCP. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.

Paquete
AutorUnknown
LicenciaApache-2.0
Versión0.1.4
Fuentenpm+mcp-registry
Estado de confianza
B
60/100Bueno
Listado en el índice de Forge+10/10
Identidad del publicador verificada+0/20
Publicador: ejecuta `forge publish` desde el repo del paquete para reclamar la propiedad
Firma de publicación Ed25519+0/5
Se incluye automáticamente cuando el publicador ejecuta `forge publish`
Verificación de dominio+0/5
Publicador: aloja /.well-known/forge.json en la página del paquete con { "publisher": "<github-login>" }
npm Trusted Publishing (Sigstore)+0/5
Publica desde GitHub Actions con --provenance para que la attestation vincule este paquete a este repo
Coincidencia de maintainer en npm+0/5
Se consigue cuando tu identidad esté verificada arriba y ese login sea maintainer de este paquete en npm
Análisis CVE · limpio+30/30
Análisis estático · limpio+20/20
Pégalo en Claude Code, Cursor o cualquier asistente de IA para corregir todas las carencias
EstadoIndexado por la comunidad
PublicadorSin verificar
FirmaSin firmar
Dominio
Procedencia
Dependencias✓ 3 resueltas · ninguna vulnerable
Superficie de herramientas19 herramientas · 1 privilegiadas
Análisis de seguridad✓ Limpiov0.1.4 · hoy¿Qué tan bien funciona este análisis?
EvaluacionesNinguna
Indexado29 ago 2026

La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.

Herramientas

19 herramientas · 1 privilegiadas
Extraído estáticamente del paquete publicadov0.1.4 · 11h ago

Leído del código que npm publica realmente, en el momento del análisis. El paquete nunca se ejecutó. Las herramientas registradas dinámicamente en tiempo de ejecución, o escondidas en código empaquetado o minificado, pueden pasarse por alto — así que esto es un mínimo de la superficie de herramientas, no un censo 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.

No se publicó ningún esquema de entrada para esta herramienta.

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

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

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

restore_flagRestore a previously archived flag.

Restore a previously archived flag.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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…

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

find_stale_flagsSin descripción publicada

Esta herramienta no publicó ninguna descripción. Forge no 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.

No se publicó ningún esquema de entrada para esta herramienta.

18 de 19 herramientas publicaron una descripción.

Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.

Acerca de

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

Palabras clave
mcp
Alternativas
Comparando superficies de herramientas…

Árbol de dependencias

Lo que un análisis de Forge resolvió a partir de los metadatos de npm el 2026-08-29: resolución observada, no una declaración del publicador.

3 paquetes resueltos · 2 directos · ninguno con avisos de seguridad La resolución se detiene en la profundidad 4 y en 60 paquetes.