Skip to main content
Glama

Flipt MCP Server

Official
by flipt-io
cli.js349 B
#!/usr/bin/env node // Import the server from the compiled index.js file try { const { startServer } = require('../dist/index.js'); // Start the server startServer(); console.log('Flipt MCP Server started. Press Ctrl+C to stop.'); } catch (error) { console.error('Error starting Flipt MCP Server:', error.message); process.exit(1); }

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/flipt-io/mcp-server-flipt'

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