Skip to main content
Glama

OpenFeature MCP Server

install_openfeature_sdk

Fetch OpenFeature SDK installation prompts and setup instructions for specific frameworks like React using the provided guide name. Simplifies SDK integration with clear Markdown guidance.

Instructions

Fetch and return OpenFeature install prompt Markdown by guide name. Available guides: react. Input: { guide: string }

Input Schema

NameRequiredDescriptionDefault
guideYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "guide": { "enum": [ "react" ], "type": "string" } }, "required": [ "guide" ], "type": "object" }

Other Tools from OpenFeature MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/DevCycleHQ-Sandbox/openfeature-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server