mcp-server
Verified Safeby configcat
Overview
The ConfigCat MCP server allows AI agents and code editors to manage feature flags and configurations using ConfigCat's public management API and provides SDK documentation.
Installation
npx -y @configcat/mcp-serverEnvironment Variables
- CONFIGCAT_API_USER
- CONFIGCAT_API_PASS
- CONFIGCAT_BASE_URL
Security Notes
The server correctly uses environment variables for sensitive API credentials (CONFIGCAT_API_USER, CONFIGCAT_API_PASS), preventing hardcoding. It employs Zod for robust input validation on all tool arguments, mitigating common injection risks. Network requests are made to the ConfigCat API and documentation site, which are legitimate external services. No 'eval' or other directly dangerous dynamic code execution patterns are evident. The primary security consideration is the secure management of the provided API credentials by the user.
Similar Servers
mcpick
A CLI tool for dynamically managing Claude Code's MCP server configurations to optimize context usage and performance by enabling/disabling servers on-demand.
mcp-server
Provides AI clients access to LaunchDarkly's Model Context Protocol (MCP) services, enabling them to interact with feature flags, AI configurations, and other resources.
growthbook-mcp
This server allows LLM clients to interact with GrowthBook's feature flagging and experimentation platform to manage feature flags, experiments, and retrieve analytics.
llms
A centralized configuration and documentation management system for LLMs, providing tools for building skills, commands, agents, prompts, and managing MCP servers across multiple LLM providers.