Skip to main content
ClaudeWave

MCP server for Featureflip — manage feature flags from AI agents and editors (read-only mirror)

MCP ServersRegistry oficial0 estrellas0 forks● TypeScriptApache-2.0Actualizado today
ClaudeWave Trust Score
95/100
✓ Verified
Passed
  • ✓Open-source license (Apache-2.0)
  • ✓Actively maintained (<30d)
  • ✓Clear description
  • ✓Topics declared
  • ✓Documented (README)
Last scanned: 9/25/2026
Install in Claude Code / Claude Desktop
Method: NPX · @featureflip/mcp
Claude Code CLI
claude mcp add featureflip-mcp -- npx -y @featureflip/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "featureflip-mcp": {
      "command": "npx",
      "args": ["-y", "@featureflip/mcp"],
      "env": {
        "FEATUREFLIP_TOKEN": "<featureflip_token>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
FEATUREFLIP_TOKEN
Casos de uso

Resumen de MCP Servers

# @featureflip/mcp

MCP (Model Context Protocol) server for [Featureflip](https://featureflip.io) — manage feature flags
from AI coding assistants (Claude Code, Cursor, Copilot, Cline) and autonomous agents.

## Setup

1. Create an API token in the Featureflip dashboard:
   - **Personal token** (`ffp_...`): Settings → API Tokens — acts as you, for interactive editor use.
   - **Service token** (`ffs_...`): Organization Settings → Service Tokens — scoped machine identity for CI/agents.
2. Add the server to your MCP client:

### Claude Code

```bash
claude mcp add featureflip -e FEATUREFLIP_TOKEN=ffp_your_token -- npx -y @featureflip/mcp
```

### Cursor / Cline / generic JSON config

```json
{
  "mcpServers": {
    "featureflip": {
      "command": "npx",
      "args": ["-y", "@featureflip/mcp"],
      "env": { "FEATUREFLIP_TOKEN": "ffp_your_token" }
    }
  }
}
```

## Configuration

| Env var | Required | Default | Purpose |
|---|---|---|---|
| `FEATUREFLIP_TOKEN` | yes | — | `ffp_`/`ffs_` API token |
| `FEATUREFLIP_API_URL` | no | `https://api.featureflip.io` | API base URL |
| `FEATUREFLIP_ORG` | no | auto | Org slug (needed only for multi-org personal tokens) |

## Tools

CRUD: `list_projects`, `list_environments`, `list_flags`, `get_flag`, `create_flag`, `update_flag`,
`delete_flag`, `archive_flag`, `restore_flag`, `set_flag_expiry`, `toggle_flag`, `update_flag_environment_config`,
`get_targeting`, `update_targeting`, `manage_variation`, `list_segments`, `get_segment`

Webhooks (Admin token required): `list_webhooks`, `list_webhook_deliveries`, `manage_webhook`, `deliver_webhook`

Workflows: `flag_status` (cross-environment view), `find_stale_flags` (cleanup candidates),
`wrap_feature` (create flag + get the SDK snippet for your language)

Full reference: https://featureflip.io/docs/integrations/mcp/

## Notes

- Flag **evaluation** is not exposed over MCP — use the [language SDKs](https://featureflip.io/docs) in application code.
- Every mutation is audit-logged and attributed to the token.

## License

Apache-2.0
ai-agentsclaudecursorfeature-flagsfeature-managementfeature-togglesfeatureflipmcpmcp-servermodel-context-protocol

Lo que la gente pregunta sobre featureflip-mcp

¿Qué es canopy-labs/featureflip-mcp?

+

canopy-labs/featureflip-mcp es mcp servers para el ecosistema de Claude AI. MCP server for Featureflip — manage feature flags from AI agents and editors (read-only mirror) Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-25.

¿Cómo se instala featureflip-mcp?

+

Puedes instalar featureflip-mcp clonando el repositorio (https://github.com/canopy-labs/featureflip-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar canopy-labs/featureflip-mcp?

+

Nuestro agente de seguridad ha analizado canopy-labs/featureflip-mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene canopy-labs/featureflip-mcp?

+

canopy-labs/featureflip-mcp es mantenido por canopy-labs. La última actividad registrada en GitHub es del 2026-09-25, con 0 issues abiertos.

¿Hay alternativas a featureflip-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega featureflip-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: canopy-labs/featureflip-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/canopy-labs-featureflip-mcp)](https://claudewave.com/repo/canopy-labs-featureflip-mcp)
<a href="https://claudewave.com/repo/canopy-labs-featureflip-mcp"><img src="https://claudewave.com/api/badge/canopy-labs-featureflip-mcp" alt="Featured on ClaudeWave: canopy-labs/featureflip-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a featureflip-mcp