Back to Home
bucketeer-io icon

bucketeer-mcp

Verified Safe

by bucketeer-io

Overview

Manage Bucketeer feature flags programmatically via the Model Context Protocol.

Installation

Run Command
npx @bucketeer/mcp

Environment Variables

  • BUCKETEER_HOST
  • BUCKETEER_API_KEY
  • BUCKETEER_ENVIRONMENT_ID
  • LOG_LEVEL

Security Notes

The server securely handles Bucketeer API interactions using environment variables for sensitive credentials (BUCKETEER_API_KEY). It utilizes `axios` for HTTP requests, which is a standard and secure library. Input validation is performed using `zod`. No 'eval' or obvious obfuscation is present. All logging is directed to `console.error` to avoid stdout conflicts, which is a good practice for stdio-based servers. The primary security consideration for users is the secure management of their `BUCKETEER_API_KEY` environment variable.

Similar Servers

Stats

Interest Score30
Security Score9
Cost ClassLow
Avg Tokens200
Stars1
Forks1
Last Update2026-01-15

Tags

Feature FlagsBucketeerMCPAPIManagement