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.
其他 分类下的更多 MCP 服务器
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
评论