{"slug": "xai-ships-grok-build-plugin-marketplace-with-mongodb-vercel-sentry-chrome-and-at", "title": "xAI Ships Grok Build Plugin Marketplace With MongoDB, Vercel, Sentry, Chrome DevTools, Cloudflare, and Superpowers Plugins at Launch", "summary": "XAI launched the Grok Build Plugin Marketplace, a built-in catalog for its terminal coding agent that bundles skills, commands, agents, hooks, MCP servers, and LSPs into installable packages. The marketplace opens with six partner plugins from MongoDB, Vercel, Sentry, Chrome DevTools, Cloudflare, and Superpowers, enabling developers to extend the agent's capabilities with a single command. The open-source catalog on GitHub uses SHA pinning for security and allows community contributions via pull requests.", "body_md": "Today, xAI shipped the Grok Build Plugin Marketplace. It is a built-in catalog of plugins for Grok Build, the company’s terminal coding agent. A plugin bundles skills, slash commands, agents, hooks, MCP servers, and LSPs into one package. You browse, install, and update these packages without leaving the terminal.\n\n**Plugin Marketplace**\n\nGrok Build is xAI’s coding agent and CLI for software engineering work. The marketplace adds a discovery and distribution layer on top. Before this, developers wired up each integration one at a time. Now a single command pulls a complete bundle into the agent. The catalog lives in the open repo `xai-org/plugin-marketplace`\n\non GitHub. That repo is an index. It points at plugin sources so Grok Build can fetch them.\n\n**Inside a Plugin**\n\nA plugin is a directory bundling any combination of six component types. Each type maps to a specific file or folder. The table below lists them.\n\n| Component | Location | Purpose |\n|---|---|---|\n| Skills | `skills/` | `SKILL.md` capabilities |\n| Commands | `commands/` | Slash commands |\n| Agents | `agents/` | Subagent definitions |\n| Hooks | `hooks/hooks.json` | Lifecycle hooks |\n| MCP servers | `.mcp.json` | MCP server configs |\n| LSP servers | `.lsp.json` | Language server configs |\n\nAn optional `plugin.json`\n\nmanifest adds metadata or overrides component paths. So one install can extend the agent in several ways at once.\n\n**How Installation Works**\n\nInside Grok Build, type `/marketplace`\n\nto browse the catalog. Press `i`\n\nto install a selected plugin. You can also run commands directly from the shell:\n\n```\ngrok plugin marketplace list\ngrok plugin install <name> --trust\n```\n\nThe install command carries a `--trust`\n\nflag. That matters because plugins can execute code and access data on your system.\n\n**Launch Plugins and Use Cases**\n\nThe marketplace opens with six plugins from partners across the stack. Each targets a concrete workflow.\n\n**MongoDB**— explore data, manage collections, and optimize queries.** Vercel**— manage deployments, check build status, and configure domains.** Sentry**— analyze stack traces and debug production errors.** Chrome DevTools**— control a live browser, record performance traces, and inspect network requests.** Cloudflare**— skills for Workers, Durable Objects, and more.** Superpowers**— popular agent-driven workflows.\n\nExample: a data scientist hits a slow MongoDB query. They install the MongoDB plugin, then ask the agent to optimize it. Example: a frontend engineer installs Chrome DevTools to inspect network requests during a failing render. Example: an on-call engineer installs Sentry to triage a stack trace from production.\n\n**The Security Model: SHA Pinning**\n\nEvery remote plugin pins a full 40-character lowercase commit SHA. Grok Build re-verifies `git rev-parse HEAD == sha`\n\nafter cloning. Without a pin, a force-push or repo compromise could ship new code silently. The pin closes that path at install time. The repo also separates first-party plugins, maintained by xAI, from third-party ones. xAI states it does not author, control, or verify third-party plugins. They ship AS-IS, and you install at your own risk.\n\n**Publishing Your Own Plugin**\n\nThe catalog is open to contributions. To add a plugin, edit `.grok-plugin/marketplace.json`\n\nand open a pull request. A remote entry looks like this:\n\n```\n{\n  \"name\": \"my-plugin\",\n  \"description\": \"What the plugin does.\",\n  \"category\": \"development\",\n  \"source\": {\n    \"source\": \"url\",\n    \"url\": \"https://github.com/my-org/my-plugin.git\",\n    \"sha\": \"0000000000000000000000000000000000000000\"\n  },\n  \"homepage\": \"https://github.com/my-org/my-plugin\",\n  \"keywords\": [\"my-plugin\"]\n}\n```\n\nA generated `plugin-index.json`\n\nrecords each plugin’s components. You never hand-edit that file. Regenerate it with `python3 scripts/generate-plugin-index.py`\n\n. CI runs the same script with `--check`\n\nand fails on stale files.\n\n**How It Compares**\n\nThe bundling idea echoes other agent tooling, such as Claude Code. The table maps the marketplace against a raw MCP setup.\n\n| Capability | Grok Build Marketplace | Raw MCP integration |\n|---|---|---|\n| Bundles skills, commands, agents, hooks, MCP, LSP | Yes | No, MCP servers only |\n| In-terminal browse and install | Yes, via `/marketplace` | Manual config edits |\n| Commit-SHA pin verification | Yes, enforced at install | Not built in |\n| Open PR-based public catalog | Yes | Not applicable |\n| Update mechanism | `grok plugin` update flow | Manual |\n\nNote: the table reflects documented design, not a hands-on benchmark.\n\n**Strengths and Trade-offs**\n\n**Strengths**\n\n- One install adds skills, commands, agents, hooks, MCP, and LSP support.\n- SHA pinning gives a concrete supply-chain guard for executable code.\n- The open catalog lowers the bar to contribute a plugin.\n\n**Trade-offs**\n\n- Grok Build access still sits behind paid SuperGrok and X Premium Plus tiers.\n- The catalog is small at launch, with six plugins.\n- xAI verifies the pin, not plugin behavior, so trust still falls on you.\n\n**Key Takeaways**\n\n- xAI launched the Grok Build Plugin Marketplace on June 11, 2026, built into the terminal.\n- One plugin bundles skills, slash commands, agents, hooks, MCP servers, and LSPs into a single install.\n- Launch catalog ships six plugins: MongoDB, Vercel, Sentry, Chrome DevTools, Cloudflare, and Superpowers.\n- Every remote plugin pins a 40-character commit SHA, which Grok Build re-verifies after cloning.\n- The catalog is open via pull request, but xAI does not verify third-party plugins.\n\nCheck out the ** Technical details** and\n\n**. Also, feel free to follow us on**\n\n[GitHub Page](https://github.com/xai-org/plugin-marketplace)**and don’t forget to join our**[Twitter](https://x.com/intent/follow?screen_name=marktechpost)\n\n**and Subscribe to**\n\n[150k+ ML SubReddit](https://www.reddit.com/r/machinelearningnews/)**. Wait! are you on telegram?**\n\n[our Newsletter](https://www.aidevsignals.com/)\n\n[now you can join us on telegram as well.](https://t.me/machinelearningresearchnews)Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? [Connect with us](https://forms.gle/wbash1wF6efRj8G58)\n\nMichal Sutter is a data science professional with a Master of Science in Data Science from the University of Padova. With a solid foundation in statistical analysis, machine learning, and data engineering, Michal excels at transforming complex datasets into actionable insights.\n\n- Michal Sutter\n- Michal Sutter\n- Michal Sutter\n- Michal Sutter\n- Michal Sutter", "url": "https://wpnews.pro/news/xai-ships-grok-build-plugin-marketplace-with-mongodb-vercel-sentry-chrome-and-at", "canonical_source": "https://www.marktechpost.com/2026/06/11/xai-ships-grok-build-plugin-marketplace-with-mongodb-vercel-sentry-chrome-devtools-cloudflare-and-superpowers-plugins-at-launch/", "published_at": "2026-06-11 21:30:31+00:00", "updated_at": "2026-06-11 22:06:11.709836+00:00", "lang": "en", "topics": ["ai-products", "ai-tools", "ai-agents"], "entities": ["xAI", "Grok Build", "MongoDB", "Vercel", "Sentry", "Chrome DevTools", "Cloudflare", "GitHub"], "alternates": {"html": "https://wpnews.pro/news/xai-ships-grok-build-plugin-marketplace-with-mongodb-vercel-sentry-chrome-and-at", "markdown": "https://wpnews.pro/news/xai-ships-grok-build-plugin-marketplace-with-mongodb-vercel-sentry-chrome-and-at.md", "text": "https://wpnews.pro/news/xai-ships-grok-build-plugin-marketplace-with-mongodb-vercel-sentry-chrome-and-at.txt", "jsonld": "https://wpnews.pro/news/xai-ships-grok-build-plugin-marketplace-with-mongodb-vercel-sentry-chrome-and-at.jsonld"}}