Flipt MCP 服务器
Flipt的模型上下文协议 (MCP)服务器,允许 AI 助手与功能标志进行交互。
特征
列出、创建、更新和删除命名空间、标志、段、规则等
评估特定实体的标志
切换标志的开启/关闭
管理约束、变体、分布和推出
Related MCP server: OpenFeature MCP Server
用法
一旦服务器运行,它将:
为 MCP 通信设置 STDIO 传输
注册与 Flipt 交互的工具和提示
该服务器设计用于支持模型上下文协议的人工智能助手。
节点
您可以全局安装该包并运行它:
npm install -g @flipt-io/mcp-server-flipt && mcp-server-flipt或者直接用 npx 运行:
npx -y @flipt-io/mcp-server-fliptDocker
您还可以在 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执照
Apache 2.0
A
license - permissive licenseC
qualityF
maintenanceMaintenance
–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity
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
