Flagsmith is an open source feature flagging and remote config service. Self-host or use our hosted version at https://app.flagsmith.com.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"flagsmith": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-flagsmith"
]
}
}
}