unleash-mcp
If you are the rightful owner of unleash-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Unleash MCP Server is a Model Context Protocol server that integrates with the Unleash Feature Toggle system, providing a bridge between LLM applications and Unleash.
The Unleash MCP Server is designed to facilitate the interaction between LLM applications and the Unleash feature flag system using the Model Context Protocol (MCP). It enables AI applications to check the status of feature flags, expose feature flag information to LLMs, create and update feature flags, and list all projects. This server acts as a bridge, allowing seamless communication between LLM applications and the Unleash API server. The server is built using Node.js and TypeScript, requiring access to an Unleash server instance. It supports both HTTP/SSE and STDIO transport methods for communication. The project is structured to allow easy development and testing, with a focus on clear coding standards and comprehensive documentation.
Features
- Integration with Unleash feature flag system
- Supports checking, creating, and updating feature flags
- Lists all projects in Unleash
- Uses Model Context Protocol for communication
- Supports HTTP/SSE and STDIO transport methods