Flipt MCP Server
@flipt-io
Flipt MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-flipt": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@flipt-io/mcp-server-flipt",
"--client",
"claude"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Flipt MCP Server?
A Model Context Protocol (MCP) server for Flipt, allowing AI assistants to interact with feature flags. It enables listing, creating, updating, deleting, and evaluating flags, segments, rules, and more.
How to use Flipt MCP Server?
Install via npm (npm install -g @flipt-io/mcp-server-flipt), npx, Docker, or Smithery. Run with npx -y @flipt-io/mcp-server-flipt or docker run. Configure with environment variables FLIPT_URL (default http://localhost:8080) and optional FLIPT_API_KEY.
Key features of Flipt MCP Server
- List, create, update, delete namespaces, flags, segments, rules
- Evaluate flags for specific entities
- Toggle flags on/off
- Manage constraints, variants, distributions, and rollouts
- Uses STDIO transport for MCP communication
- Registers tools and prompts for Flipt interactions
Use cases of Flipt MCP Server
- AI assistants managing feature flags across environments
- Automating flag toggling based on entity evaluation
- Programmatic flag creation and configuration
- Integrating feature flag management into chat-based workflows
FAQ from Flipt MCP Server
What does the Flipt MCP Server do?
It allows AI assistants to interact with Flipt feature flags via the Model Context Protocol.
How do I install the Flipt MCP Server?
Install globally with npm, run with npx, use Docker, or install via Smithery for Claude Desktop.
What environment variables are required?
FLIPT_URL (default http://localhost:8080) and optionally FLIPT_API_KEY for authentication.
What transport does it use?
It uses STDIO transport for MCP communication.
What is the license?
Apache 2.0.
「その他」の他のコンテンツ
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
コメント