Official Confidence plugin for AI clients. Access feature flags, experiments, and migration tools directly from your AI coding tool.
-
Install the plugin:
claude plugin install confidence
-
Authenticate via OAuth:
claude # Then use /mcp to connect to the Confidence MCP servers /mcpFollow the browser prompts to log in.
git clone https://github.com/spotify/confidence-ai-plugins.git
claude --plugin-dir ./confidence-ai-pluginsThis plugin provides access to Confidence tools across these categories:
- Feature flags - Create, list, update, archive, and resolve feature flags
- Migration - Migrate feature flags from PostHog to Confidence
/confidence:migrate-posthog- Migrate feature flags from PostHog to Confidence SDK
> List my feature flags
> Create a flag called new-checkout with a boolean schema
> /migrate-posthog plan flag
> /migrate-posthog plan code
| Server | Endpoint | Description |
|---|---|---|
confidence-flags |
https://mcp.confidence.spotify.com/mcp/flags |
Feature flag management |
confidence-docs |
https://mcp.confidence.spotify.com/mcp/docs |
Confidence documentation |