Skip to main content
Glama

Bucketeer MCP Server

by nnnkkk7
MIT License
1
package.json915 B
{ "name": "bucketeer-mcp", "version": "1.0.0", "description": "MCP server for Bucketeer feature flags management", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "clean": "rm -rf dist", "lint": "eslint src --ext .ts", "type-check": "tsc --noEmit" }, "keywords": [ "mcp", "bucketeer", "feature-flags", "model-context-protocol" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.15.1", "axios": "^1.7.2", "dotenv": "^16.4.5", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20.14.2", "@typescript-eslint/eslint-plugin": "^7.13.1", "@typescript-eslint/parser": "^7.13.1", "eslint": "^8.57.0", "tsx": "^4.15.7", "typescript": "^5.5.2" }, "engines": { "node": ">=18.0.0" } }

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

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