ConfigCat/mcp-server
MCP server for interacting with ConfigCat feature flag platform. Supports managing feature flags, configs, environments, products and organizations.
Quick Start
Clone the repository:
git clone https://github.com/configcat/mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"configcat-mcp-server": {
"command": "npx",
"args": [
"-y",
"ConfigCat/mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.