Back to MCP Servers
Configcat Server
MCP server for interacting with ConfigCat feature flag platform. Supports managing feature flags, configs, environments, products and organizations.
developer-tools
By configcat
Installation
npx -y mcp-serverConfiguration
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": ["-y", "mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes