xAI has introduced a built-in plugin marketplace for its terminal-based AI coding tool Grok Build, letting developers browse, install, and update third-party tools without leaving the command line. Each plugin bundles AI skills, MCP (Model Context Protocol) control protocols, and LSP code hinting modules together — no more piecemeal configuration.
The first batch of plugins includes:
- A MongoDB plugin that lets the AI query and optimize databases directly.
- A Vercel plugin for managing cloud deployments and domains from the terminal.
- A Sentry plugin that helps the AI analyze error stacks and auto-fix bugs.
- A Chrome DevTools plugin that gives the AI real-time browser control and performance recording.
- A Cloudflare development skills pack.
- Superpowers, a community workflow tool.
To access the marketplace, users type /marketplace in Grok Build or run `grok plugin install
on the command line. To address supply chain security risks, every remote plugin in the directory is pinned to a specific Git commit SHA hash, and Grok Build enforces verification during installation to block malicious code injection. The marketplace is fully open — developers can publish their own plugins by submitting a pull request to the xai-org/plugin-marketplace` repository on GitHub.