Skip to main content
Glama

Flipt MCP Server

Official
by flipt-io

Flipt MCP 서버

FliptMCP(Model Context Protocol) 서버는 AI 어시스턴트가 기능 플래그와 상호 작용할 수 있도록 해줍니다.

특징

  • 네임스페이스, 플래그, 세그먼트, 규칙 등을 나열, 생성, 업데이트 및 삭제합니다.
  • 특정 엔터티에 대한 플래그 평가
  • 플래그 켜기/끄기
  • 제약 조건, 변형, 배포 및 롤아웃 관리

용법

서버가 실행되면 다음이 수행됩니다.

  1. MCP 통신을 위한 STDIO 전송 설정
  2. Flipt와 상호 작용하기 위한 도구 및 프롬프트 등록

이 서버는 모델 컨텍스트 프로토콜을 지원하는 AI 어시스턴트와 함께 사용하도록 설계되었습니다.

마디

패키지를 글로벌하게 설치하고 실행할 수 있습니다.

지엑스피1

또는 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