featureflow-mcp
Verified Safeby featureflow
Overview
This server enables AI assistants to manage Featureflow feature flags, projects, environments, and other configurations through the Model Context Protocol (MCP).
Installation
npx -y featureflow-mcpEnvironment Variables
- FEATUREFLOW_API_TOKEN
- FEATUREFLOW_API_URL
Security Notes
The server correctly retrieves API keys from environment variables. API interactions are confined to predefined Featureflow API endpoints. No 'eval' or similar dynamic code execution is observed. Arguments are passed directly to API calls; while the input schema provides some validation, the server itself doesn't implement extensive sanitization beyond what the Featureflow API expects, which is standard for an API client.
Similar Servers
terraform-mcp-server
Provides seamless integration with Terraform Registry APIs and HCP Terraform/Terraform Enterprise APIs, enabling AI assistants/LLMs to generate high-quality Terraform code and automate IaC workflows.
mcp-server-azure-devops
This server provides an AI agent with tools to interact with Azure DevOps services, including searching code, wikis, and work items, managing pull requests, retrieving project details, and handling pipeline operations.
mcp-kubernetes
Enables AI assistants to interact with and debug Kubernetes clusters by translating natural language requests into Kubernetes operations.
mcp
Enables AI assistants to interact with Dev Proxy capabilities, allowing natural language for configuring Dev Proxy, accessing contextual help, and discovering features.