Back to Home
configcat icon

mcp-server

Verified Safe

by 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

Run Command
npx -y @configcat/mcp-server

Environment 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

Stats

Interest Score40
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars13
Forks1
Last Update2025-12-05

Tags

Feature FlagsConfiguration ManagementAPI IntegrationDeveloper ToolsAI Agent