ConfigCat

ConfigCat MCP Connector for Claude

A+

Manage feature flags and remote configurations via ConfigCat — list environments, create settings, and toggle features directly from your AI agent.

18 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect ConfigCat to any AI agent to streamline your feature flag management and release workflows through natural conversation.

What you can do

  • Configurations & Environments — List, create, and manage configuration containers and environments (Test, Staging, Production) across your products.
  • Feature Flags & Settings — Create and inspect feature flags or settings (boolean, string, int, double) to control application logic.
  • Value Management — Retrieve and update setting values dynamically to trigger real-time changes in your software without redeploying.
  • Segment Control — Manage user segments to target specific groups for canary releases or A/B testing.

How it works

  1. Subscribe to this server
  2. Enter your ConfigCat API Key ID and Secret
  3. Start managing your feature toggles from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Developers — toggle features and check flag statuses directly from the code editor to maintain focus.
  • DevOps Engineers — manage environments and configurations as part of the CI/CD workflow via automated agents.
  • Product Managers — oversee feature rollouts and user segments through simple chat commands without technical overhead.
feature-flagsremote-configrelease-managementtogglesconfiguration-management

18 tools expose this connector's capabilities to your AI agent.

create_config

Create a new configuration

create_environment

Create a new environment

create_segment

Create a new segment

create_setting

Create a new feature flag or setting

delete_config

Delete a configuration

delete_environment

Delete an environment

delete_segment

Delete a segment

delete_setting

Delete a setting

get_config

Get details of a specific configuration

get_environment

Get details of an environment

get_segment

Get details of a segment

get_setting

Get details of a setting

get_setting_value

Get the value of a setting in an environment

list_configs

List all configurations in a product

list_environments

g., Test, Production) for a specific product. List all environments in a product

list_segments

List all segments in a product

list_settings

List all settings in a configuration

update_setting_value

Update the value/targeting of a setting

See how to talk to your AI agent using ConfigCat.

List all configurations for product ID 'prod_123'.

I've found 2 configurations for product 'prod_123': 'Main App Config' (ID: conf_abc) and 'Mobile API Config' (ID: conf_xyz).

Create a new boolean feature flag called 'Beta Feature' in config 'conf_abc'.

Successfully created the boolean feature flag 'Beta Feature' (key: betaFeature) in configuration 'conf_abc'.

Show me the details for environment 'env_987'.

Environment 'env_987' is named 'Production'. It is associated with Product ID 'prod_123' and has the color code '#FF0000'.

Yes. Use the `list_settings` tool with your Configuration ID to retrieve all feature flags and settings, including their types and keys.

Related Connectors