Loading MCP server directory, please wait...
Enables AI agents to interact with ConfigCat, a feature flag service for teams.
npx @getmcp/cli add io.github.configcat/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
CONFIGCAT_API_USERConfigCat Management API basic authentication username.
CONFIGCAT_API_PASSConfigCat Management API basic authentication password.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.configcat/mcp-server": {
"command": "npx",
"args": [
"-y",
"@configcat/mcp-server"
],
"env": {
"CONFIGCAT_API_USER": "",
"CONFIGCAT_API_PASS": "",
"CONFIGCAT_BASE_URL": ""
}
}
}
}