MCP.so
Sign In

Unleash Feature Flag MCP Server

@ylin6

About Unleash Feature Flag MCP Server

Unleash MCP Server

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

ylin6

Submitted by

Yucheng Lin

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "unleash-ff-mcp-server": {
      "command": "npx",
      "args": [
        "@ylin6/unleash-ff-mcp-server"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers