Skip to main content
Glama

Bucketeer MCP Server

Official
by bucketeer-io
index.ts453 B
import { listFlagsTool } from "./list-flags.js"; import { createFlagTool } from "./create-flag.js"; import { getFlagTool } from "./get-flag.js"; import { updateFlagTool } from "./update-flag.js"; import { archiveFlagTool } from "./archive-flag.js"; export const tools = [ listFlagsTool, createFlagTool, getFlagTool, updateFlagTool, archiveFlagTool, ]; export { listFlagsTool, createFlagTool, getFlagTool, updateFlagTool, archiveFlagTool, };

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

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