-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Server Name
ConfigCat
Server URL/Repository
https://github.com/configcat/mcp-server
Description
ConfigCat is a Feature Flag Service for Teams.
The ConfigCat MCP server enables AI tools to interact with ConfigCat, a feature flag service for teams. Supports managing ConfigCat feature flags, configs, environments, products and organizations. Helps to integrate ConfigCat SDK, implement feature flags and remove zombie (stale) flags.
SVG Logo:
Requirements Check
- Provides clear installation and configuration instructions
- Focused on developer tools/services (not consumer applications)
- Has appropriate icon or branding available
Configuration JSON
{
"command": "npx",
"args": ["-y", "@configcat/mcp-server"],
"env": {
"CONFIGCAT_API_USER": "YOUR_API_USER",
"CONFIGCAT_API_PASS": "YOUR_API_PASSWORD"
}
}
Authentication
- This server uses OAuth authentication
Icon
- I've attached a square SVG logo to this issue
Documentation URL (if applicable)
https://configcat.com/docs/advanced/mcp-server/
Additional Context
- You can create a ConfigCat account on https://configcat.com/
- After that, you can create Public Management API basic auth credentials.
- Replace
CONFIGCAT_API_USERandCONFIGCAT_API_PASSenvironment variables in the MCP configuration with your Public Management API basic auth credentials.
Typical prompts after connecting:
-
Create a boolean feature flag called "my_awesome_feature" in the "Backend" config
-
Turn the "my_awesome_feature" flag ON in all environments
-
Update the "my_awesome_feature” flag in dev environment so it’s only enabled for users in Canada
Submission Guidelines
- Read the Contributing Guidelines
- Searched existing issues and servers to avoid duplicates
- Server provides significant value to developer community
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request