Skip to content

[Server Request]: ConfigCat MCP server #47

@kp-cat

Description

@kp-cat

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:

Image

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

  1. You can create a ConfigCat account on https://configcat.com/
  2. After that, you can create Public Management API basic auth credentials.
  3. Replace CONFIGCAT_API_USER and CONFIGCAT_API_PASS environment 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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions