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

いいえ

自動

組織スラッグ (複数組織の個人トークンでのみ必要)

ツール

CRUD: list_projectslist_environmentslist_flagsget_flagcreate_flagupdate_flagdelete_flagarchive_flagrestore_flagtoggle_flagupdate_flag_environment_configget_targetingupdate_targetingmanage_variationlist_segmentsget_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