Flipt MCP サーバー
Flipt用のモデルコンテキストプロトコル (MCP)サーバー。AI アシスタントが機能フラグと対話できるようになります。
特徴
名前空間、フラグ、セグメント、ルールなどを一覧表示、作成、更新、削除します
特定のエンティティのフラグを評価する
フラグのオン/オフを切り替える
制約、バリアント、配布、ロールアウトを管理する
Related MCP server: OpenFeature MCP Server
使用法
サーバーが実行される場合、次のようになります。
MCP通信用のSTDIOトランスポートを設定する
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Appeared in Searches
- An automation platform for workflow and task management
- Information or tools related to derivatives (math, finance, or software)
- Information about Flowable (e.g., workflow and business process management tool)
- An overview of end-to-end testing
- Save all service information from mcp.so-like websites to local storage
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/flipt-io/mcp-server-flipt'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
