Developer Tools
Trust: 25/100 (Limited)dev.openfeature/mcp Guide
MCP server providing OpenFeature SDK installation guides and OFREP flag evaluation
Quick Start
Install
npx @openfeature/mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"dev-openfeature-mcp": {
"command": "npx",
"args": [
"@openfeature/mcp"
]
}
}
}