Integrations
Allows installation and distribution of the MCP server package through npm, enabling users to easily install or run the server using npm or npx commands.
Unleash Feature Flag MCP Server
This repository contains a Model Context Protocol (MCP) server for interacting with Unleash feature flag management system. It allows AI agents to manage feature flags through the Unleash API.
What is MCP?
The Model Context Protocol (MCP) is a specification for enabling AI models to interact with external tools and data sources. This server implements the MCP protocol for Unleash, allowing AI assistants to manage feature flags programmatically.
Installation
You can install the package from npm:
Or run it directly using npx:
Configuration
The server requires the following environment variables:
UNLEASH_API_URL
: The URL of your Unleash API instanceUNLEASH_AUTH_TOKEN
: The authentication token for your Unleash instance
Available Tools
The MCP server provides the following tools for managing feature flags:
Get Projects
Retrieves a list of all projects in the Unleash instance.
Get Features
Retrieves all feature flags within a specific project.
Parameters:
projectId
: The ID of the project
Create Feature Flag
Creates a new feature flag within a project.
Parameters:
projectId
: The ID of the projectname
: The name of the feature flagdescription
: A description of the feature flagtype
: The type of the feature flag (e.g., "release", "experiment", "operational", "kill-switch")
Update Feature Flag
Updates an existing feature flag.
Parameters:
projectId
: The ID of the projectfeatureId
: The ID of the feature flagdescription
: A new description for the feature flagtype
: A new type for the feature flag
Get Feature Flag
Retrieves details about a specific feature flag.
Parameters:
projectId
: The ID of the projectfeatureId
: The ID of the feature flag
Using with Cursor
To use this MCP server with Cursor, use the following command in your cursor settings
Examples
Example conversation with Cursor/Claude:
Development
To inspect the MCP server's operations, you can run:
This uses the MCP inspector to analyze request/response patterns.
License
ISC
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
An MCP server that allows AI assistants to programmatically manage Unleash feature flags through natural language, enabling operations like creating, updating, and retrieving feature flags across projects.
Related MCP Servers
- -securityAlicense-qualityAn MCP server that implements Claude Code-like functionality, allowing the AI to analyze codebases, modify files, execute commands, and manage projects through direct file system interactions.Last updated -132PythonMIT License
- -securityAlicense-qualityAn MCP server that analyzes codebases and generates contextual prompts, making it easier for AI assistants to understand and work with code repositories.Last updated -2PythonMIT License
- -securityAlicense-qualityAn MCP server that allows AI assistants to interact with Foundry datasets, ontology objects, and functions through natural language queries and commands.Last updated -2PythonMIT License
- AsecurityAlicenseAqualityAn MCP server that supercharges AI assistants with powerful tools for software development, enabling research, planning, code generation, and project scaffolding through natural language interaction.Last updated -116TypeScriptMIT License