unleash-mcp
Verified Safeby Unleash
Overview
Manages Unleash feature flags for LLM-powered coding assistants, enabling creation, evaluation, and code wrapping following best practices.
Installation
UNLEASH_BASE_URL={{your-instance-url}} UNLEASH_PAT={{your-personal-access-token}} UNLEASH_DEFAULT_PROJECT={{default_project_id}} npx unleash-mcp --log-level debugEnvironment Variables
- UNLEASH_BASE_URL
- UNLEASH_PAT
- UNLEASH_DEFAULT_PROJECT
- UNLEASH_DEFAULT_ENVIRONMENT
Security Notes
The source code does not contain 'eval' or other direct arbitrary code execution vulnerabilities. It relies on environment variables for sensitive data (UNLEASH_PAT), which is good practice. Network communication is via Node.js native 'fetch' to a configurable Unleash API endpoint, with error handling. No obvious malicious patterns or obfuscation were found.
Similar Servers
agent
Manages and proxies multiple Model Context Protocol (MCP) servers locally, providing a unified entry point and CLI for installation, configuration, and status monitoring.
thoughtbox
Provides a durable, local-first reasoning ledger and structured cognitive tools for AI agents, enabling step-by-step thinking, branching, revisions, and autonomous critique, with progressive tool disclosure and client compatibility adaptations.
tiger-gh-mcp-server
Provides a set of focused tools to Large Language Models (LLMs) for interacting with the GitHub API, enabling capabilities like fetching issues, pull requests, commits, releases, and searching code within a specified organization.
deployhq-mcp-server
This is a backend server component, likely acting as a "Master Control Program" for deployment workflows or a core service, developed using Node.js and TypeScript.