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)和自主智能体管理 feature flags。

设置

  1. 在 Featureflip 控制台中创建 API 令牌:

    • 个人令牌ffp_...):设置 → API 令牌 — 以你的身份操作,供交互式编辑器使用。

    • 服务令牌ffs_...):组织设置 → 服务令牌 — 用于 CI/智能体的受限机器身份。

  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(创建 flag 并获取适用于你的语言的 SDK 代码片段)

完整参考:https://featureflip.io/docs/integrations/mcp/

备注

  • Flag 评估不通过 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