Skip to main content
Glama

Flipt MCP Server

Official
by flipt-io
tsconfig.json664 B
{ "compilerOptions": { "target": "ES2020", "module": "CommonJS", "lib": [ "ES2021", "DOM" ], "outDir": "./dist", "rootDir": "./src", "strict": true, "noImplicitAny": false, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "moduleResolution": "node", "resolveJsonModule": true, "allowSyntheticDefaultImports": true }, "ts-node": { "esm": false }, "include": [ "src/**/*" ], "exclude": [ "node_modules", "src/generated/**" ] }

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