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
Manages MCP server configurations for Claude Code to optimize context usage and performance by enabling/disabling servers, creating backups, and using profiles.
growthbook-mcp
The GrowthBook MCP server allows LLM clients to interact with the GrowthBook platform for managing feature flags, A/B tests (experiments), metrics, and SDK connections, including code integration.
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.
mcp-cli
A command-line interface tool for managing Model Context Protocol (MCP) server configuration files across various AI tools.