Skip to content
AI Primer
release

Grok Build launches Plugin Marketplace beta with MongoDB, Vercel, and Sentry

Grok Build opened a beta plugin marketplace and added official MongoDB, Vercel, and Sentry integrations alongside Chrome DevTools and Cloudflare support. The beta turns deployment, database, debugging, and observability tools into installable terminal actions.

3 min read
Grok Build launches Plugin Marketplace beta with MongoDB, Vercel, and Sentry
Grok Build launches Plugin Marketplace beta with MongoDB, Vercel, and Sentry

TL;DR

  • xAI opened the Grok Build Plugin Marketplace announcement in beta, and xAI's launch post framed it as a built-in terminal catalog for Grok Build plugins.
  • According to the launch post, one plugin can bundle skills, slash commands, agents, hooks, MCP servers, and LSPs, which turns a lot of Grok Build extension plumbing into one installable package; xAI's overview tweet used that bundle to pitch MongoDB, Vercel, Sentry, Cloudflare, and Chrome DevTools from the terminal.
  • xAI's MongoDB post, Vercel post, and Sentry post each pushed a different workflow: database exploration and vector search, production deploys and sandboxes, and error triage from stack traces and alerts.
  • The new flow is unusually direct: the official post says /marketplace opens the catalog inside Grok Build, while grok plugin marketplace list and grok plugin install <name> --trust handle the same job in the CLI.

You can read the official post, skim xAI's plugins and marketplaces docs, and browse the catalog repo. xAI's demo post pairs the marketplace with a short terminal walkthrough, the Vercel plugin post makes deployment the cleanest use case, and the MongoDB plugin post stretches the idea toward data exploration and vector search.

Plugin bundle

The useful change here is packaging. The official announcement says a Grok Build plugin can package skills, slash commands, agents, hooks, MCP servers, and LSPs together, instead of asking users to wire those parts up one by one.

That structure matches xAI's own plugins and marketplaces docs, which describe plugins as the layer that extends Grok with added skills, agents, hooks, MCP servers, and LSP servers.

Launch catalog

The launch set covers a pretty standard coding agent stack, according to the official post:

  • MongoDB: explore data, manage collections, optimize queries.
  • Vercel: manage deployments, check build status, configure domains.
  • Sentry: analyze stack traces, debug production errors.
  • Chrome DevTools: control a live browser, record performance traces, inspect network requests.
  • Cloudflare: work with Workers and Durable Objects.
  • Superpowers: install prebuilt agent workflows.

xAI's MongoDB plugin post pushed the database plugin toward vector search systems, while xAI's Vercel plugin post highlighted deploys, sandboxes, and Shadcn app building. xAI's Sentry plugin post kept the pitch closer to debugging, with error finding, stack-trace analysis, and alert triage.

Terminal install

The official walkthrough says the TUI path is /marketplace, then i to install. The CLI path is even shorter:

  • grok plugin marketplace list
  • grok plugin install <name> --trust

The docs add one more concrete detail: xAI's plugins page says marketplace installs land under ~/.grok/plugins/marketplaces/, alongside other plugin directories in the local and project-level Grok config.

Open catalog

The marketplace is not just a fixed menu. The official announcement says developers can submit their own plugins through a pull request to the xai-org/plugin-marketplace repo.

That repo adds the missing implementation detail. Its README describes the marketplace as an index, with .grok-plugin/marketplace.json as the source-of-truth catalog, plugins/ for first-party packages, and external_plugins/ for third-party ones. The same repo also says every plugin entry points to a specific source, which lines up with xAI's note that remote installs are pinned to a commit SHA and verified at install time.

Further reading

Discussion across the web

Where this story is being discussed, in original context.

On X· 2 threads
TL;DR1 post
Launch catalog1 post
Share on X