Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Model Context Protocol server for Flipt that enables AI assistants to interact with feature flags including management and evaluation capabilities.
Add this to your MCP client configuration:
{
"mcpServers": {
"flipt-io-mcp-server-flipt": {
"command": "npx",
"args": [
"-y",
"@flipt-io/mcp-server-flipt"
],
"env": {
"FLIPT_API_URL": "<The URL of the Flipt API>",
"FLIPT_API_KEY": "<The API key for Flipt API>"
}
}
}
}{
"id": "flipt-io-mcp-server-flipt",
"name": "Flipt",
"description": "A Model Context Protocol server for Flipt that enables AI assistants to interact with feature flags including management and evaluation capabilities.",
"source_url": "https://github.com/flipt-io/mcp-server-flipt",
"publisher_name": "flipt-io",
"publisher_url": "https://github.com/flipt-io",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 4337,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@flipt-io/mcp-server-flipt"
},
"tools_count": 28
}