Agent♥︎Age
Catalog

io.github.growthbook/growthbook-mcp

Official

by growthbook · TypeScript

Thin MCP server for GrowthBook — skill loader + authenticated API passthrough

GrowthBook MCP Thin (io.github.growthbook/growthbook-mcp)

This MCP server provides a thin interface to GrowthBook, focused on loading skills and performing authenticated API passthrough. It exposes four tools that cover listing skills, reading a selected skill (including qualified child workflow paths), and issuing authenticated GET/PUT/PATCH/DELETE requests to the GrowthBook API.

🛠️ Key Features

  • growthbook_list_skills: list top-level skill entry points (name + description)
  • growthbook_read_skill: return a listed skill or qualified child workflow (feature-flags or feature-flags/references/flag-create)
  • growthbook_api_read: authenticated GET passthrough to the GrowthBook API
  • growthbook_api_write: authenticated POST/PUT/PATCH/DELETE passthrough

🚀 Use Cases

  • Enumerate GrowthBook skills for discovery
  • Retrieve skill details or specific child workflow paths for feature-flags and flag-create
  • Read and modify GrowthBook resources via authenticated API requests

⚡ Developer Benefits

  • Clear tool boundaries for skills vs. API operations
  • Supports authenticated read and write HTTP methods for GrowthBook API access

⚠️ Limitations

  • Described as a “thin” server; only the four listed tools are covered
  • Skill competence is bundled at build time from the growthbook/skills repository

Topics

mcpmcp-serverab-testingfeature-flags