Skip to main content
Feedback

ConfigCat MCP connector

ConfigCat is a feature flag and configuration management platform for controlling application features and settings across environments. The ConfigCat MCP connector allows AI agents to manage feature flags and configurations, create and delete settings, and retrieve SDK keys and values across products and environments. It also supports tracking code references, managing deleted settings, and programmatically controlling feature rollouts.

Authentication type

  • Basic Auth - Requires a username and password to be configured for the agent to access the service.

Uses

Use the ConfigCat MCP connector to perform the following actions:

  • Enable or disable features instantly across all environments without redeploying code
  • Control feature rollout percentages to test new functionality with specific user segments
  • Audit all configuration changes across teams and track who modified settings when
  • Synchronize feature flags with development tools like Jira to align code and configs
  • Organize feature flags by product and environment to support multiple business lines
  • Retrieve current feature flag values in real time to power application decisions
  • Document code locations referencing each feature flag for faster refactoring and cleanup

Example prompts

Use the following example prompts to invoke ConfigCat MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Show me all feature flags currently active in ConfigCat for our production environment.
  • Create a new feature flag in ConfigCat and set it to roll out to 25 percent of users.
  • List everyone who modified ConfigCat settings last week and what they changed.
  • Update the payment processing feature flag to be enabled for our enterprise customers only.
  • Delete the old checkout experiment flag from ConfigCat since we launched the new version.
  • Connect our ConfigCat feature flags to Jira so engineers see related tickets.
  • Retrieve the current value of the dark mode feature flag in ConfigCat for our iOS app.
  • Get the SDK key for our staging environment in ConfigCat so we can configure the mobile app.
  • Show me all deleted feature flags in ConfigCat from the last 30 days.

ConfigCat MCP connector tools

The ConfigCat MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
createV1CodeReferencesCreates code references for tracking flag usage across your codebase.
createV1CodeReferencesDeleteReportsGenerates reports for deleted code references.
delete-configRemoves a configuration from your product.
get-configRetrieves details of a specific configuration.
update-configModifies an existing configuration's settings.
get-deleted-settingsLists all flags that have been deleted.
get-sdk-keysRetrieves SDK keys for connecting applications.
get-setting-valuesFetches the values of multiple flags.
get-settingsLists all feature flags in your product.
create-settingCreates a new feature flag.
delete-environmentRemoves an environment from your product.
get-environmentRetrieves information about a specific environment.
update-environmentModifies settings for an existing environment.
delete-integration-linkRemoves a third-party integration connection.
add-or-update-integration-linkCreates or updates a third-party integration connection.
get-setting-valueRetrieves the current value of a flag.
update-setting-valueChanges the value of an existing flag.
replace-setting-valueReplaces a flag's value completely.
get-integration-link-detailsRetrieves details of a third-party integration.
createV1JiraConnectCreates a Jira integration connection.
jira-add-or-update-integration-linkCreates or updates a Jira integration link.
get-meRetrieves the authenticated user's account information.
get-organizationsLists all organizations you belong to.
get-organization-auditlogsRetrieves audit logs for organization activities.
get-organization-membersLists all members in an organization.
delete-organization-memberRemoves a member from an organization.
add-member-to-groupUpdates a member's permissions within a group.
create-productCreates a new product.
delete-permission-groupRemoves a permission group.
get-permission-groupRetrieves details of a specific permission group.
update-permission-groupUpdate Permission Group.
get-productsList Products.
delete-productDelete Product.
get-productGet Product.
update-productUpdate Product.
get-auditlogsList Audit log items for Product.
get-configsList Configs.
create-configCreate Config.
get-environmentsList Environments.
create-environmentCreate Environment.
get-product-membersList Product Members.
invite-memberInvite Member.
delete-product-memberDelete Member from Product.
get-permission-groupsList Permission Groups.
create-permission-groupCreate Permission Group.
get-segmentsList Segments.
create-segmentCreate Segment.
get-tagsList Tags.
create-tagCreate Tag.
delete-segmentDelete Segment.
get-segmentGet Segment.
update-segmentUpdate Segment.
delete-settingDelete Flag.
get-settingGet Flag.
update-settingUpdate Flag.
get-setting-value-by-sdkkeyGet value.
update-setting-value-by-sdkkeyUpdate value.
replace-setting-value-by-sdkkeyReplace value.
delete-tagDelete Tag.
get-tagGet Tag.
update-tagUpdate Tag.
get-settings-by-tagList Settings by Tag.
On this Page