AI & ML
Trust: 41/100 (Fair)io.github.configcat/mcp-server Guide
Enables AI agents to interact with ConfigCat, a feature flag service for teams.
14 starsby configcat
Quick Start
Install
npx @configcat/mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-configcat-mcp-server": {
"command": "npx",
"args": [
"@configcat/mcp-server"
]
}
}
}