Skip to main content
Glama

Flipt MCP Server

Official
by flipt-io

Flipt MCP 服务器

Flipt模型上下文协议 (MCP)服务器,允许 AI 助手与功能标志进行交互。

特征

  • 列出、创建、更新和删除命名空间、标志、段、规则等
  • 评估特定实体的标志
  • 切换标志的开启/关闭
  • 管理约束、变体、分布和推出

用法

一旦服务器运行,它将:

  1. 为 MCP 通信设置 STDIO 传输
  2. 注册与 Flipt 交互的工具和提示

该服务器设计用于支持模型上下文协议的人工智能助手。

节点

您可以全局安装该包并运行它:

npm install -g @flipt-io/mcp-server-flipt && mcp-server-flipt

或者直接用 npx 运行:

npx -y @flipt-io/mcp-server-flipt

Docker

您还可以在 Docker 容器中运行服务器:

docker run -d --name mcp-server-flipt ghcr.io/flipt-io/mcp-server-flipt:latest

配置

可以使用环境变量来配置服务器:

  • FLIPT_API_URL :Flipt API 的 URL(默认值: http://localhost:8080
  • FLIPT_API_KEY :用于 Flipt API 的 API 密钥(可选)

您可以在运行服务器的目录中的.env文件中设置这些内容。

发展

# Install dependencies npm install # Run in development mode npm run dev # Build the project npm run build # Start the server npm start # Format code npm run fmt # Lint code npm run lint

执照

Apache 2.0

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Flipt 的 MCP 服务器允许 AI 助手和 LLM 通过标准化界面直接与您的功能标志、段和评估进行交互。

例如,您可以询问您的 AI 助手:“‘暗模式’标志的当前状态是什么?”

  1. 特征
    1. 用法
      1. 节点
      2. Docker
    2. 配置
      1. 发展
        1. 执照

          Related MCP Servers

          • A
            security
            F
            license
            A
            quality
            Provides reasoning content to MCP-enabled AI clients by interfacing with Deepseek's API or a local Ollama server, enabling focused reasoning and thought process visualization.
            Last updated -
            1
            54
            24
            JavaScript
          • A
            security
            A
            license
            A
            quality
            MCP-compatible server that enables AI assistants to interact with Lightdash analytics data, providing tools to list and retrieve projects, spaces, charts, dashboards, and metrics through a standardized interface.
            Last updated -
            13
            22
            17
            TypeScript
            MIT License
          • -
            security
            A
            license
            -
            quality
            An MCP server that analyzes codebases and generates contextual prompts, making it easier for AI assistants to understand and work with code repositories.
            Last updated -
            10
            Python
            MIT License
          • -
            security
            F
            license
            -
            quality
            An MCP server that allows AI assistants to programmatically manage Unleash feature flags through natural language, enabling operations like creating, updating, and retrieving feature flags across projects.
            Last updated -
            5
            2
            TypeScript

          View all related MCP servers

          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/flipt-io/mcp-server-flipt'

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