Skip to main content
Glama
canopy-labs

Featureflip

Official
by canopy-labs

@featureflip/mcp

Featureflip용 MCP(Model Context Protocol) 서버 — AI 코딩 어시스턴트(Claude Code, Cursor, Copilot, Cline)와 자율 에이전트에서 기능 플래그를 관리합니다.

설정

  1. Featureflip 대시보드에서 API 토큰을 생성합니다:

    • 개인 토큰(ffp_...): 설정 → API 토큰 — 사용자를 대신하여 동작하며, 대화형 편집기 사용을 위한 토큰입니다.

    • 서비스 토큰(ffs_...): 조직 설정 → 서비스 토큰 — CI/에이전트를 위한 범위가 지정된 머신 ID입니다.

  2. MCP 클라이언트에 서버를 추가합니다:

Claude Code

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

Cursor / Cline / 일반 JSON 구성

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

Related MCP server: Featureflow MCP Server

구성

환경 변수

필수

기본값

용도

FEATUREFLIP_TOKEN

ffp_/ffs_ API 토큰

FEATUREFLIP_API_URL

아니요

https://api.featureflip.io

API 기본 URL

FEATUREFLIP_ORG

아니요

자동

조직 slug(다중 조직 개인 토큰에서만 필요)

도구

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

워크플로: flag_status(환경 간 보기), find_stale_flags(정리 대상 후보), wrap_feature(플래그 생성 + 사용자 언어용 SDK 스니펫 가져오기)

전체 참조: https://featureflip.io/docs/integrations/mcp/

참고

  • 플래그 평가는 MCP를 통해 노출되지 않습니다. 애플리케이션 코드에서는 언어 SDK를 사용하세요.

  • 모든 변경 사항은 감사 로그에 기록되며 토큰에 귀속됩니다.

라이선스

Apache-2.0

A
license - permissive license
Not graded
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
3Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables interaction with LaunchDarkly's feature flag platform through AI clients. Supports managing feature flags, AI configs, and their variations with operations like create, update, delete, and targeting configuration.
    29,939
    27
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to manage Featureflow feature flags, including creating and updating features, controlling feature states across environments, and managing projects, environments, and targeting rules through natural language.
    22
    18
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI coding assistants to manage Unleash feature flags, including creation, detection, evaluation, and best practices.
    11
    593
    21
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Full-instance management for self-hosted n8n — including queue mode — through the Model Context Protocol. 51 tools covering workflows, executions, tags, credentials, variables, projects, users, security audit, source control and health monitoring. n8n-pro-mcp connects Claude Code, Claude Desktop, Cursor or any MCP client to your n8n instance via the official n8n public API v1
    51
    27
    3
    MIT

View all related MCP servers

Related MCP Connectors

  • 60+ Meta Ads tools for AI agents: audits, campaign management, audiences and CAPI tracking.

  • Free public MCP for AI agents — 193 tools, 44 workflows. No API key.

  • Feature flag service for safe rollouts across the Hive agent fleet

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/canopy-labs/featureflip-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server