Skip to main content
Glama

Flipt MCP Server

Official
by flipt-io

Flipt MCP サーバー

Flipt用のモデルコンテキストプロトコル (MCP)サーバー。AI アシスタントが機能フラグと対話できるようになります。

特徴

  • 名前空間、フラグ、セグメント、ルールなどを一覧表示、作成、更新、削除します
  • 特定のエンティティのフラグを評価する
  • フラグのオン/オフを切り替える
  • 制約、バリアント、配布、ロールアウトを管理する

使用法

サーバーが実行される場合、次のようになります。

  1. MCP通信用のSTDIOトランスポートを設定する
  2. Fliptを操作するためのツールとプロンプトを登録する

このサーバーは、モデル コンテキスト プロトコルをサポートする AI アシスタントで使用するように設計されています。

ノード

パッケージをグローバルにインストールして実行することができます。

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

または、npx を使用して直接実行します。

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

ドッカー

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

ライセンス

アパッチ 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. ドッカー
    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