ConfigCat/mcp-server
by Various
Official ConfigCat Model Context Protocol (MCP) Server
MCP
ConfigCat/mcp-server
Added 1 June 2026
Overview
ConfigCat/mcp-server is an official Model Context Protocol server that exposes ConfigCat feature flags and configuration management through a standardized MCP interface. It allows AI agents to read and manage feature flags, targeting rules, and configuration values using the ConfigCat API.
Best for
Best for
Developers using ConfigCat who want to manage feature flags through AI assistants or MCP-based tools
Use cases
- Enable AI agents to check feature flag status during development or debugging
- Automate feature flag updates and targeting rule changes via natural language commands
- Integrate ConfigCat configuration management into MCP-compatible AI workflows
How to use
Tools exposed
CONFIGCAT_API_USERCONFIGCAT_API_PASSCONFIGCAT_BASE_URL
Tested with
Cursor, VS Code, Claude Desktop
Example client config
{\n "mcpServers": {\n "ConfigCat": {\n "command": "npx",\n "args": ["-y", "@configcat/mcp-server"],\n "env": {\n "CONFIGCAT_API_USER": "YOUR_API_USER",\n "CONFIGCAT_API_PASS": "YOUR_API_PASSWORD"\n }\n }\n }\n} Notes
ConfigCat/mcp-server is an official Model Context Protocol server that exposes ConfigCat feature flags and configuration management through a standardized MCP interface. It allows AI agents to read and manage feature flags, targeting rules, and configuration values using the ConfigCat API.
16 stars on GitHub. Last updated 2026-05-19. Licensed MIT.
Use cases
- Enable AI agents to check feature flag status during development or debugging
- Automate feature flag updates and targeting rule changes via natural language commands
- Integrate ConfigCat configuration management into MCP-compatible AI workflows
Pros
- Official integration ensures reliable API compatibility with ConfigCat
- TypeScript implementation offers type safety and easy integration for Node.js projects
- Low star count suggests early stage but focused functionality
Cons
- Limited to ConfigCat ecosystem, not useful for other feature management platforms
- Small community and few contributors may mean slower updates or bug fixes
- Requires existing ConfigCat account and API key setup
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Official integration ensures reliable API compatibility with ConfigCat
- TypeScript implementation offers type safety and easy integration for Node.js projects
- Low star count suggests early stage but focused functionality
Cons
- Limited to ConfigCat ecosystem, not useful for other feature management platforms
- Small community and few contributors may mean slower updates or bug fixes
- Requires existing ConfigCat account and API key setup
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.