Bucket Feature Flags MCP Server
@bucketco
About Bucket Feature Flags MCP Server
Flag features directly from chat in your code editor, including VS Code, Cursor, Windsurf, Claude Code—any IDE with MCP support.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Bucket": {
"command": "npx",
"args": [
"mcp-remote@latest",
"https://app.bucket.co/api/mcp?appId=<YOUR APP ID>"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Bucket Feature Flags MCP Server?
The Bucket Feature Flags MCP Server is a Model Context Protocol server that enables AI development tools to understand and interact with your Bucket feature flags. It creates a bridge between feature management workflows and AI-powered tools like Cursor IDE and Claude Desktop.
How to use Bucket Feature Flags MCP Server?
Run npx bucket mcp from your Bucket-initialized project directory. Optional --port (default 8050) and --app-id flags are supported. This starts an SSE server at http://localhost:8050/sse. For clients that don't support SSE, configure a STDIO proxy using supergateway.
Key features of Bucket Feature Flags MCP Server
- Starts a local SSE server for MCP integration.
- Supports both SSE and STDIO transport modes.
- Works with Cursor IDE and Claude Desktop.
- Enables AI to manage feature flags and access.
- Integrates directly with your Bucket project configuration.
Use cases of Bucket Feature Flags MCP Server
- AI-powered feature flag creation and management.
- Querying feature flag states during AI-assisted development.
- Granting or revoking feature access via natural language prompts.
- Generating TypeScript types for features automatically.
FAQ from Bucket Feature Flags MCP Server
What is the Model Context Protocol (MCP)?
MCP is an open protocol that provides a standardized way to connect AI models to data sources and tools. It enables your development environment to understand feature flags, their states, and their relationships within your codebase.
How do I set up the MCP server?
Run npx bucket mcp from a directory that has been initialized with bucket init. Then configure your client to connect to the server using either the SSE URL or STDIO proxy.
Which AI clients are supported?
The server works with Cursor IDE (using SSE configuration) and Claude Desktop (using STDIO proxy configuration). Other clients compatible with the Model Context Protocol may also work.
What are the runtime dependencies?
You need Node.js and the @bucketco/cli npm package installed. The server runs locally on your machine and starts an SSE server on a configurable port.
Are there any known limits or issues?
MCP is in very early development and changes are frequent. If something doesn't work, check the Model Context Protocol website and open an issue on the Bucket JavaScript SDK GitHub repository.
Frequently asked questions
What is the Model Context Protocol (MCP)?
MCP is an open protocol that provides a standardized way to connect AI models to data sources and tools. It enables your development environment to understand feature flags, their states, and their relationships within your codebase.
How do I set up the MCP server?
Run `npx bucket mcp` from a directory that has been initialized with `bucket init`. Then configure your client to connect to the server using either the SSE URL or STDIO proxy.
Which AI clients are supported?
The server works with Cursor IDE (using SSE configuration) and Claude Desktop (using STDIO proxy configuration). Other clients compatible with the Model Context Protocol may also work.
What are the runtime dependencies?
You need Node.js and the `@bucketco/cli` npm package installed. The server runs locally on your machine and starts an SSE server on a configurable port.
Are there any known limits or issues?
MCP is in very early development and changes are frequent. If something doesn't work, check the Model Context Protocol website and open an issue on the Bucket JavaScript SDK GitHub repository.
Basic information
More Developer Tools MCP servers
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
endoflife.ai
endoflife.aiFree MCP server for software end-of-life intelligence: EOL dates, support status, and the 0-100 EOL Risk Score across 485 tracked products. Agents can check a single version, pull a product's full lifecycle schedule, or

PuzzleTide Puzzle Generator
Caravaca-LabsWord search generator, crossword generator, and sudoku generator + solver as a local-first MCP server. 15 deterministic tools: printable PDF puzzle worksheets, themed word banks, and verifiable LLM evals. From the makers

BetterBugs
BetterBugsThe BetterBugs MCP (Model Context Protocol) enables you to load BetterBugs bug reports (via report links) directly to your preferred AI Agents and developer environments with MCP Client capabilities (such as Cursor, VS C
Grafana MCP server
grafanaMCP server for Grafana
Comments