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

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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

          • -
            security
            F
            license
            -
            quality
            An MCP server that enables AI assistants to interact with Flutterwave payment services, providing tools for transaction management, payment link generation, and automated customer support.
            Last updated -
            TypeScript
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that enables AI assistants to interact with Linear project management systems, allowing users to retrieve, create, and update issues, projects, and teams through natural language.
            Last updated -
            32
            1,062
            92
            TypeScript
            MIT License
            • Apple
          • -
            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 -
            13
            2
            TypeScript
          • -
            security
            A
            license
            -
            quality
            An MCP server that allows AI assistants to utilize human capabilities by sending requests to humans and receiving their responses through a Streamlit UI.
            Last updated -
            42
            Python
            MIT License

          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