Unleash Feature Flag MCP Server
@ylin6
Unleash Feature Flag MCP Server について
Unleash MCP Server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"unleash-ff-mcp-server": {
"command": "npx",
"args": [
"@ylin6/unleash-ff-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Unleash Feature Flag MCP Server?
An MCP server that enables AI agents to manage feature flags in the Unleash feature management system via the Unleash API. It is intended for developers and teams using AI assistants like Cursor or Claude to interact with Unleash programmatically.
How to use Unleash Feature Flag MCP Server?
Install globally with npm install -g @ylin6/unleash-ff-mcp-server or run directly with npx @ylin6/unleash-ff-mcp-server. Configure environment variables UNLEASH_API_URL and UNLEASH_AUTH_TOKEN. For Cursor, use env UNLEASH_API_URL=XXXX UNLEASH_AUTH_TOKEN=XXX npx -y @ylin6/unleash-ff-mcp-server.
Key features of Unleash Feature Flag MCP Server
- Retrieves all projects from the Unleash instance.
- Lists all feature flags within a specific project.
- Creates new feature flags with type, name, and description.
- Updates existing feature flags (description and type).
- Retrieves details of a single feature flag by project and feature ID.
Use cases of Unleash Feature Flag MCP Server
- An AI assistant lists all projects in the Unleash instance.
- A developer asks the assistant to show feature flags in a given project.
- The assistant creates a new feature flag (e.g., release, experiment) in a project.
- The assistant updates the description or type of an existing feature flag.
- The assistant retrieves full details about a specific feature flag.
FAQ from Unleash Feature Flag MCP Server
What environment variables are required?
UNLEASH_API_URL (your Unleash API endpoint) and UNLEASH_AUTH_TOKEN (authentication token) must be set.
How do I install the MCP server?
Install globally via npm: npm install -g @ylin6/unleash-ff-mcp-server, or use npx to run it without installation.
What tools does the server provide?
It provides five tools: Get Projects, Get Features, Create Feature Flag, Update Feature Flag, and Get Feature Flag.
How can I use this server with Cursor?
Set the environment variables and run: env UNLEASH_API_URL=XXXX UNLEASH_AUTH_TOKEN=XXX npx -y @ylin6/unleash-ff-mcp-server in Cursor settings.
How do I inspect the server’s operations?
Run npm run inspect to start the MCP inspector and analyze request/response patterns.
「その他」の他のコンテンツ
🪟 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
Codelf
unbugA search tool helps dev to solve the naming things problem.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
コメント