Skip to main content
Developer ToolsTypeScript

ConfigCat/mcp-server

MCP server for interacting with ConfigCat feature flag platform. Supports managing feature flags, configs, environments, products and organizations.

developer-toolsofficialcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/configcat/mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "configcat-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ConfigCat/mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
configcat