interacts with ConfigCat feature flag platform. Supports managing feature flags, configs, environments, products and organizations. Helps to
Most developer tooling work still happens through a UI a human drives. ConfigCat MCP server moves it into the conversation instead. interacts with ConfigCat feature flag platform. Supports managing feature flags, configs, environments, products and organizations. Helps to integrate ConfigCat SDK, implement feature flags or remove zombie (stale) flags.
You can use the following environment variables to configure the MCP server.
The server publishes 14 tools. What each one is for:
get-setting-value — Get feature flag valueupdate-setting-value — Update feature flag valuereplace-setting-value — Replace feature flag valueget-setting-values — Get multiple setting valuespost-setting-values — Update multiple setting valuesCursor — 1. Open Preferences -> Cursor Settings -> MCP & Integrations 2. Click Add Custom MCP 3. Add the following server definition for the ConfigCat MCPOrganizations — The Organizations tool exposed by this serverMembers — The Members tool exposed by this serverGeneral — The General tool exposed by this serverProducts — The Products tool exposed by this serverConfigs — The Configs tool exposed by this serverEnvironments — The Environments tool exposed by this serverSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Configuration is passed through the environment: CONFIGCAT_API_USER, CONFIGCAT_API_PASS, CONFIGCAT_BASE_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. ConfigCat's toolset — get-setting-value, update-setting-value, replace-setting-value and 11 more — is a fair guide to whether it matches your workflow.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| get-setting-value | Get feature flag value |
| update-setting-value | Update feature flag value |
| replace-setting-value | Replace feature flag value |
| get-setting-values | Get multiple setting values |
| post-setting-values | Update multiple setting values |
| Cursor | 1. Open Preferences -> Cursor Settings -> MCP & Integrations 2. Click Add Custom MCP 3. Add the following server definition for the ConfigCat MCP server: |
| Organizations | The Organizations tool exposed by this server. |
| Members | The Members tool exposed by this server. |
| General | The General tool exposed by this server. |
| Products | The Products tool exposed by this server. |
| Configs | The Configs tool exposed by this server. |
| Environments | The Environments tool exposed by this server. |
| Segments | The Segments tool exposed by this server. |
| Webhooks | The Webhooks tool exposed by this server. |
{
"mcpServers": {
"ConfigCat": {
"command": "npx",
"args": ["-y", "@configcat/mcp-server"],
"env": {
"CONFIGCAT_API_USER": "YOUR_API_USER",
"CONFIGCAT_API_PASS": "YOUR_API_PASSWORD"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| CONFIGCAT_API_USER | Configuration value read at startup. | Optional |
| CONFIGCAT_API_PASS | Configuration value read at startup. | Optional |
| CONFIGCAT_BASE_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.