Flipt MCP Server
A Model Context Protocol (MCP) server for Flipt, allowing AI assistants to interact with feature flags.
Features
- List, create, update, and delete namespaces, flags, segments, rules, and more
- Evaluate flags for specific entities
- Toggle flags on/off
- Manage constraints, variants, distributions, and rollouts
Usage
Once the server is running, it will:
- Set up a STDIO transport for MCP communication
- Register tools and prompts for interacting with Flipt
The server is designed to be used with AI assistants that support the Model Context Protocol.
Installing via Smithery
To install Flipt MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @flipt-io/mcp-server-flipt --client claude
Node
You can install the package globally and run it:
npm install -g @flipt-io/mcp-server-flipt && mcp-server-flipt
Or run it directly with npx:
npx -y @flipt-io/mcp-server-flipt
Docker
You can also run the server in a Docker container:
docker run -d --name mcp-server-flipt ghcr.io/flipt-io/mcp-server-flipt:latest
Configuration
The server can be configured using environment variables:
FLIPT_API_URL
: The URL of the Flipt API (default: http://localhost:8080)FLIPT_API_KEY
: The API key to use for the Flipt API (optional)
You can set these in a .env
file in the directory where you run the server.
Development
# 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
License
Apache 2.0
Flipt MCP Server
Project Details
- flipt-io/mcp-server-flipt
- @flipt-io/mcp-server-flipt
- Apache License 2.0
- Last Updated: 4/11/2025
Categories
Recomended MCP Servers
Binance Cryptocurrency MCP
MCP server for RAG-based document search and management
Todoist MCP Server Extended - Enabling natural language management of todoist via Claude, MCP and todoist REST APIv2....
a powerful coding agent toolkit providing semantic retrieval and editing capabilities (MCP server & Agno integration)
MCP server to run MATLAB code from LLM via the Matlab Engine API.
MCP server enabling high-quality image generation via Together AI's Flux.1 Schnell model.
MCP server provides Feishu related operations to AI encoding agents such as cursor 飞书MCP插件,读取文档、发送消息、合同审批、数据处理.....
MCP GitHub Mapper is a MCP tool that will map any repository remotely and import the map directly...
A powerful Model Context Protocol (MCP) server that helps refine AI-generated content to sound more natural and human-like....
Allows AI Agents to sleep for a specified amount of milliseconds, like when they should wait for an...
kom 是一个用于 Kubernetes 操作的工具,SDK级的kubectl、client-go的使用封装。并且支持作为管理k8s 的 MCP server。 它提供了一系列功能来管理 Kubernetes 资源,包括创建、更新、删除和获取资源,甚至使用SQL查询k8s资源。这个项目支持多种 Kubernetes 资源类型的操作,并能够处理自定义资源定义(CRD)。 通过使用 kom,你可以轻松地进行资源的增删改查和日志获取以及操作POD内文件等动作。
mcp server for tidb