Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,45 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.53.0] - 2026-05-30

Higgsfield AI joins the integrations catalog as a Design-category entry —
both the official hosted MCP server and its companion CLI. Higgsfield is an
AI image + video generation platform (30+ models: Nano Banana, FLUX.2, Veo,
Kling, etc.). The MCP is a hosted remote endpoint authenticated by browser
OAuth against a Higgsfield account — no API key, no env vars.

This release also reconciles the integrations-count drift that had
accumulated across the docs: `INTEGRATIONS.md`, the English `README.md`, and
all 9 translated READMEs each carried a different stale figure (21 / 23 / 24
/ 27). The catalog now ships **31 MCP servers + 10 companion CLIs across 10
categories**, and every doc reflects that number.

### Added

- **`scripts/lib/integrations-catalog.json` — `higgsfield` MCP entry**
(Design category). Hosted remote transport:
`--transport http higgsfield https://mcp.higgsfield.ai/mcp`,
`requires_oauth: true`, `default_scope: user`, no `env_var_keys`.
- **`scripts/lib/integrations-catalog.json` — `higgsfield` companion CLI**
(`@higgsfield/cli`). `detect_cmd: higgsfield`; install darwin
`brew install higgsfield-ai/tap/higgsfield`, linux
`npm install -g @higgsfield/cli@latest`; post-install hint
`higgsfield auth login`. CLI key matches the MCP name, so `MCP_HAS_CLI`
auto-links it for `--cli-only` / `--mcp-only` selection.
- **`docs/INTEGRATIONS.md`** — Higgsfield row in the Design table, plus the
9 catalog entries previously missing from the reference tables
(comet-bridge, dbhub, datadog, github, mailgun, posthog, serena,
claude-context, repomix).

### Changed

- **Integrations counts reconciled to 31 MCP + 10 CLI across 10 categories**
in `docs/INTEGRATIONS.md`, `README.md`, and
`docs/readme/{de,es,fr,ja,ko,pt,ru,zh}.md`.
- **`scripts/tests/test-integrations-tui.sh`** — A3 row-count assertions
bumped 30 → 31.

## [6.52.0] - 2026-05-21

Skills picker UX: every row in the install-time TUI now shows the upstream
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ A thin overlay on top of [**Superpowers**](https://github.com/obra/superpowers)
| **Cost routing** | `better-model` routes simple tasks to cheaper models. Auto-installed and integrated into the install lifecycle. |
| **Symbol-aware code search** | [Serena](https://github.com/oraios/serena) (LSP, MIT, local) + ripgrep + claude-context (semantic vector). Default Layer-3 search stack. |
| **Multi-CLI bridges** | Auto-sync `CLAUDE.md` to `GEMINI.md` (Gemini CLI) and `AGENTS.md` (OpenAI Codex). Drift-detection at every install. |
| **Integrations catalog** | TUI installer for 24 MCP servers + 8 companion CLIs across 10 categories (Backend / Payments / Workspace / Project Management / …). Per-row scope. |
| **Integrations catalog** | TUI installer for 31 MCP servers + 10 companion CLIs across 10 categories (Backend / Payments / Workspace / Project Management / …). Per-row scope. |
| **Limit visibility (Pro/Max)** | Statusline shows session/weekly usage — you can see when you're about to hit the wall. |
| **Dependency dashboard (v6.2)** | `/update-deps` — interactive TUI listing every tracked dependency (Layer 1/2/3) with installed-vs-latest. You pick what to update. |
| **Post-install setup guide (v6.3)** | Generates a local HTML page (`/.claude/setup-guide.html`) with per-MCP API-key walkthroughs and per-component config — only sections for what you actually installed. |
Expand Down Expand Up @@ -88,7 +88,7 @@ For solo founders / non-developer product builders: [docs/non-programmer-mode.md

## MCP server catalog

The `--integrations` flag (or `/integrations` after the first install) opens a TUI checklist with 27 servers across 10 categories. Pick only what your project needs — the rest stays untouched.
The `--integrations` flag (or `/integrations` after the first install) opens a TUI checklist with 31 servers across 10 categories. Pick only what your project needs — the rest stays untouched.

| Category | Servers |
|------------------------|----------------------------------------------------------------------------------------|
Expand Down
12 changes: 11 additions & 1 deletion docs/INTEGRATIONS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Integrations Catalog

The toolkit ships a curated catalog of **21 MCP servers** + **8 companion CLIs** across **10 categories**, installable via a single TUI page.
The toolkit ships a curated catalog of **31 MCP servers** + **10 companion CLIs** across **10 categories**, installable via a single TUI page.

This page is the reference for what's in the catalog, how install works, what `unofficial` means, where the toolkit's responsibilities end, and where to file your own SDKs.

Expand All @@ -22,6 +22,7 @@ Each row is one MCP entry. Some entries also ship a companion CLI (the official
| Context7 | `@upstash/context7-mcp` | — | `CONTEXT7_API_KEY` | — |
| Firecrawl | `firecrawl-mcp` | `firecrawl` | `FIRECRAWL_API_KEY` | — |
| NotebookLM | `notebooklm-mcp` | — | OAuth (browser) | unofficial |
| Comet Research Bridge | `github:sergei-aronsen/Perplexity-Comet-MCP` | — | Perplexity Pro session | research via Perplexity Pro (no API cost); needs Comet browser — run `scripts/setup-comet.sh` first |

### Backend

Expand All @@ -31,6 +32,7 @@ Each row is one MCP entry. Some entries also ship a companion CLI (the official
| AWS Cost Explorer | `awslabs.cost-explorer-mcp-server@latest` | `aws` | `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, `AWS_REGION` | shares `aws` CLI with CloudWatch Logs |
| Cloudflare | `@cloudflare/mcp-server-cloudflare` | `wrangler` | `CLOUDFLARE_API_TOKEN` | — |
| Supabase | `@supabase/mcp-server-supabase` | `supabase` | `SUPABASE_ACCESS_TOKEN` | — |
| DBHub | `@bytebase/dbhub` | — | `DSN` | multi-DB — Postgres, MySQL, MariaDB, MSSQL, SQLite (read-only) |

### Payments

Expand All @@ -43,6 +45,7 @@ Each row is one MCP entry. Some entries also ship a companion CLI (the official
| Entry | MCP package | Companion CLI | Auth | Notes |
| ----- | ----------- | ------------- | ---- | ----- |
| Resend | `@resend/mcp-send-email` | — | `RESEND_API_KEY` | — |
| Mailgun | `@mailgun/mcp-server` | — | `MAILGUN_API_KEY`, `MAILGUN_API_REGION` | send, validate, stats, suppressions |

### Workspace

Expand Down Expand Up @@ -71,6 +74,7 @@ Each row is one MCP entry. Some entries also ship a companion CLI (the official
| Entry | MCP package | Companion CLI | Auth | Notes |
| ----- | ----------- | ------------- | ---- | ----- |
| Figma | `figma-developer-mcp` | — | `FIGMA_API_KEY` | — |
| Higgsfield | HTTP `https://mcp.higgsfield.ai/mcp` | `higgsfield` | OAuth (browser) | official; image + video gen; user scope |

### Dev Tools

Expand All @@ -79,12 +83,18 @@ Each row is one MCP entry. Some entries also ship a companion CLI (the official
| Magic | `@21st-dev/magic` | — | `MAGIC_API_KEY` | — |
| OpenRouter | `openrouter-mcp` | — | `OPENROUTER_API_KEY` | — |
| Playwright | `@playwright/mcp` | `playwright` | — | — |
| GitHub | HTTP `https://api.githubcopilot.com/mcp/` | `gh` | OAuth or PAT | official remote — repos, PRs, issues, Actions, code search |
| Serena | `serena start-mcp-server` (uv tool) | — | — | LSP-driven symbol-aware code search/edit; needs `uv` |
| Claude Context | `@zilliz/claude-context-mcp@latest` | — | `MILVUS_TOKEN`, `OPENAI_API_KEY` | vector-DB semantic code search; for 100k+ LOC codebases |
| Repomix | `repomix@1.14.0` | — | — | pack local + remote repos into AI-friendly context |

### Monitoring

| Entry | MCP package | Companion CLI | Auth | Notes |
| ----- | ----------- | ------------- | ---- | ----- |
| Sentry | `@sentry/mcp-server` | `sentry-cli` | `SENTRY_AUTH_TOKEN` | — |
| Datadog | HTTP `https://app.datadoghq.com/api/v2/mcp/sse` | — | OAuth (browser) | official remote — APM, infra metrics, logs, dashboards, incidents |
| PostHog | `mcp-remote → https://mcp.posthog.com/sse` | — | `POSTHOG_AUTH_HEADER` | product analytics, error tracking, feature flags, A/B |

## Installing integrations

Expand Down
4 changes: 2 additions & 2 deletions docs/readme/de.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Eine dünne Overlay-Schicht über [**Superpowers**](https://github.com/obra/supe
| **Cost Routing** | `better-model` routet einfache Aufgaben an günstigere Modelle. Wird automatisch installiert und in den Install-Lifecycle integriert. |
| **Symbol-aware Code-Suche** | [Serena](https://github.com/oraios/serena) (LSP, MIT, lokal) + ripgrep + claude-context (semantischer Vektor). Standard-Layer-3-Stack. |
| **Multi-CLI-Bridges** | Auto-Sync von `CLAUDE.md` zu `GEMINI.md` (Gemini CLI) und `AGENTS.md` (OpenAI Codex). Drift-Detection bei jeder Installation. |
| **Integrations-Katalog** | TUI-Installer für 24 MCP-Server + 8 Companion-CLIs in 10 Kategorien (Backend / Payments / Workspace / Project Management / …). Per-Row-Scope. |
| **Integrations-Katalog** | TUI-Installer für 31 MCP-Server + 10 Companion-CLIs in 10 Kategorien (Backend / Payments / Workspace / Project Management / …). Per-Row-Scope. |
| **Limit-Sichtbarkeit (Pro/Max)** | Statusline zeigt Session/Weekly Usage — du siehst, wann du gegen die Wand läufst. |
| **Dependency-Dashboard (v6.2)** | `/update-deps` — interaktives TUI mit allen getrackten Abhängigkeiten (Layer 1/2/3) plus installed-vs-latest. Du wählst, was aktualisiert wird. |
| **Post-Install-Setup-Guide (v6.3)** | Erzeugt eine lokale HTML-Seite (`.claude/setup-guide.html`) mit MCP-API-Key-Walkthroughs und Komponenten-Konfiguration — nur für tatsächlich Installiertes. |
Expand Down Expand Up @@ -79,7 +79,7 @@ Für Solo-Gründer / Nicht-Entwickler: [docs/non-programmer-mode.md](../non-prog

## MCP-Server-Katalog

Das Flag `--integrations` (oder `/integrations` nach der ersten Installation) öffnet eine TUI-Checkliste mit 24 Servern in 10 Kategorien. Du wählst nur, was dein Projekt braucht.
Das Flag `--integrations` (oder `/integrations` nach der ersten Installation) öffnet eine TUI-Checkliste mit 31 Servern in 10 Kategorien. Du wählst nur, was dein Projekt braucht.

| Kategorie | Server |
|------------------------|----------------------------------------------------------------------------------------|
Expand Down
4 changes: 2 additions & 2 deletions docs/readme/es.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Una capa fina sobre [**Superpowers**](https://github.com/obra/superpowers) (brai
| **Cost routing** | `better-model` enruta tareas simples a modelos más baratos. Auto-instalado e integrado en el ciclo de vida de la instalación. |
| **Búsqueda de código por símbolos** | [Serena](https://github.com/oraios/serena) (LSP, MIT, local) + ripgrep + claude-context (vector semántico). Stack Layer-3 por defecto. |
| **Multi-CLI bridges** | Auto-sincroniza `CLAUDE.md` con `GEMINI.md` (Gemini CLI) y `AGENTS.md` (OpenAI Codex). Detección de drift en cada instalación. |
| **Catálogo de integraciones** | Instalador TUI para 24 servidores MCP + 8 CLIs complementarios en 10 categorías (Backend / Pagos / Workspace / Project Management / …). Scope por fila. |
| **Catálogo de integraciones** | Instalador TUI para 31 servidores MCP + 10 CLIs complementarios en 10 categorías (Backend / Pagos / Workspace / Project Management / …). Scope por fila. |
| **Visibilidad de límites (Pro/Max)** | La statusline muestra el uso por sesión/semanal — ves cuándo te vas a chocar contra el muro. |
| **Dashboard de dependencias (v6.2)** | `/update-deps` — TUI interactivo que lista cada dependencia rastreada (Layer 1/2/3) con installed-vs-latest. Eliges qué actualizar. |
| **Guía post-install (v6.3)** | Genera una página HTML local (`.claude/setup-guide.html`) con tutorial por MCP (API-key) y por componente — solo secciones para lo que instalaste. |
Expand Down Expand Up @@ -79,7 +79,7 @@ Para fundadores en solitario / no-desarrolladores: [docs/non-programmer-mode.md]

## Catálogo de servidores MCP

El flag `--integrations` (o `/integrations` después de la primera instalación) abre una checklist TUI con 24 servidores en 10 categorías. Eliges solo lo que tu proyecto necesita.
El flag `--integrations` (o `/integrations` después de la primera instalación) abre una checklist TUI con 31 servidores en 10 categorías. Eliges solo lo que tu proyecto necesita.

| Categoría | Servidores |
|------------------------|----------------------------------------------------------------------------------------|
Expand Down
4 changes: 2 additions & 2 deletions docs/readme/fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Une couche fine au-dessus de [**Superpowers**](https://github.com/obra/superpowe
| **Cost routing** | `better-model` route les tâches simples vers les modèles moins chers. Auto-installé et intégré dans le cycle de vie de l'install. |
| **Recherche de code par symbole** | [Serena](https://github.com/oraios/serena) (LSP, MIT, local) + ripgrep + claude-context (vecteur sémantique). Stack Layer-3 par défaut. |
| **Multi-CLI bridges** | Auto-sync de `CLAUDE.md` vers `GEMINI.md` (Gemini CLI) et `AGENTS.md` (OpenAI Codex). Détection de drift à chaque install. |
| **Catalogue d'intégrations** | Installeur TUI pour 24 serveurs MCP + 8 CLIs compagnons en 10 catégories (Backend / Payments / Workspace / Project Management / …). Scope par ligne. |
| **Catalogue d'intégrations** | Installeur TUI pour 31 serveurs MCP + 10 CLIs compagnons en 10 catégories (Backend / Payments / Workspace / Project Management / …). Scope par ligne. |
| **Visibilité des limites (Pro/Max)** | La statusline affiche l'usage session/hebdo — tu vois quand tu vas taper le mur. |
| **Dashboard de dépendances (v6.2)** | `/update-deps` — TUI interactif listant chaque dépendance suivie (Layer 1/2/3) avec installed-vs-latest. Tu choisis quoi mettre à jour. |
| **Guide post-install (v6.3)** | Génère une page HTML locale (`.claude/setup-guide.html`) avec walkthrough par MCP (clé API) et par composant — uniquement pour ce qui est installé. |
Expand Down Expand Up @@ -79,7 +79,7 @@ Pour les founders solos / non-développeurs : [docs/non-programmer-mode.md](../n

## Catalogue de serveurs MCP

Le flag `--integrations` (ou `/integrations` après la première install) ouvre une checklist TUI avec 24 serveurs en 10 catégories. Tu prends seulement ce dont ton projet a besoin.
Le flag `--integrations` (ou `/integrations` après la première install) ouvre une checklist TUI avec 31 serveurs en 10 catégories. Tu prends seulement ce dont ton projet a besoin.

| Catégorie | Serveurs |
|------------------------|----------------------------------------------------------------------------------------|
Expand Down
4 changes: 2 additions & 2 deletions docs/readme/ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
| **コストルーティング** | `better-model` が単純なタスクをより安いモデルに振り分け。自動インストールされ、インストールライフサイクルに統合される。 |
| **シンボル対応のコード検索** | [Serena](https://github.com/oraios/serena)(LSP、MIT、ローカル)+ ripgrep + claude-context(セマンティックベクトル)。デフォルトの Layer-3 スタック。 |
| **マルチ CLI ブリッジ** | `CLAUDE.md` を `GEMINI.md`(Gemini CLI)と `AGENTS.md`(OpenAI Codex)に自動同期。インストールごとにドリフト検出。 |
| **インテグレーションカタログ** | TUI インストーラで 24 個の MCP サーバー + 8 個のコンパニオン CLI を 10 カテゴリ(Backend / Payments / Workspace / Project Management / …)から選択可能。行ごとに scope。 |
| **インテグレーションカタログ** | TUI インストーラで 31 個の MCP サーバー + 10 個のコンパニオン CLI を 10 カテゴリ(Backend / Payments / Workspace / Project Management / …)から選択可能。行ごとに scope。 |
| **上限の可視化(Pro/Max)** | Statusline がセッション/週次の使用量を表示 —— 壁にぶつかる前に分かる。 |
| **依存ダッシュボード(v6.2)** | `/update-deps` —— 追跡中の依存(Layer 1/2/3)を installed-vs-latest と一緒にすべて並べる対話的 TUI。何を更新するかは自分で選ぶ。 |
| **インストール後ガイド(v6.3)** | ローカルの HTML ページ(`.claude/setup-guide.html`)を生成。MCP ごとの API キー手順とコンポーネント設定が並ぶ —— 実際にインストールしたものだけ。 |
Expand Down Expand Up @@ -79,7 +79,7 @@ Toolkit v6.2 は **薄いオーバーレイ** で、三層に整理されてい

## MCP サーバーカタログ

`--integrations` フラグ(または初回インストール後の `/integrations`)で、24 個のサーバーを 10 カテゴリ別に並べた TUI チェックリストが開きます。プロジェクトに必要なものだけを取ります。
`--integrations` フラグ(または初回インストール後の `/integrations`)で、31 個のサーバーを 10 カテゴリ別に並べた TUI チェックリストが開きます。プロジェクトに必要なものだけを取ります。

| カテゴリ | サーバー |
|-------------------------|----------------------------------------------------------------------------------------|
Expand Down
Loading
Loading