Featureflip
Official@featureflip/mcp
MCP-сервер (Model Context Protocol) для Featureflip — управляйте фича-флагами из AI-ассистентов для программирования (Claude Code, Cursor, Copilot, Cline) и автономных агентов.
Настройка
Создайте API-токен в панели управления Featureflip:
Персональный токен (
ffp_...): Настройки → API-токены — действует от вашего имени, для интерактивного использования в редакторе.Сервисный токен (
ffs_...): Настройки организации → Сервисные токены — ограниченная машинная идентичность для CI/агентов.
Добавьте сервер в ваш MCP-клиент:
Claude Code
claude mcp add featureflip -e FEATUREFLIP_TOKEN=ffp_your_token -- npx -y @featureflip/mcpCursor / Cline / универсальная JSON-конфигурация
{
"mcpServers": {
"featureflip": {
"command": "npx",
"args": ["-y", "@featureflip/mcp"],
"env": { "FEATUREFLIP_TOKEN": "ffp_your_token" }
}
}
}Related MCP server: Featureflow MCP Server
Конфигурация
Переменная окружения | Обязательная | По умолчанию | Назначение |
| да | — |
|
| нет |
| Базовый URL API |
| нет | auto | 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
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityCmaintenanceEnables 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,93927MIT
- AlicenseAqualityDmaintenanceEnables 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.2218MIT

Unleash MCP Serverofficial
AlicenseAqualityCmaintenanceEnables AI coding assistants to manage Unleash feature flags, including creation, detection, evaluation, and best practices.1159321MIT- AlicenseAqualityBmaintenanceFull-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 v151273MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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