developer tools

Mcp Server

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

typescript
cloud
enterprise
developer tools
0
View on GitHub

Installation

npx -y ConfigCat/mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

ConfigCat/mcp-server

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

GitHub: https://github.com/configcat/mcp-server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub