As we speak, xAI shipped the Grok Construct Plugin Market. It is a built-in catalog of plugins for Grok Construct, the corporate’s terminal coding agent. Plugins bundle expertise, slash instructions, brokers, hooks, MCP servers, and LSPs into one package deal. You possibly can browse, set up, and replace these packages with out leaving your terminal.
Plugin Market
Grok Construct is xAI’s coding agent and CLI for software program engineering work. Marketplaces add a discovery and distribution layer on prime of that. Beforehand, builders related every integration one after the other. Full bundles at the moment are pulled into the agent in a single command. Catalog resides in open repository xai-org/plugin-marketplace On GitHub. That repository is an index. Factors to the plugin supply in order that Grok Construct can fetch it.
Contained in the plugin
Plugins are directories that bundle any mixture of the six element sorts. Every sort maps to a selected file or folder. They’re proven within the desk under.
| element | place | the aim |
|---|---|---|
| ability | expertise/ |
SKILL.md capability |
| command | instructions/ |
slash command |
| agent | brokers/ |
Subagent definition |
| hook | hooks/hooks.json |
life cycle hook |
| MCP server | .mcp.json |
MCP server configuration |
| LSP server | .lsp.json |
Language server configuration |
non-compulsory plugin.json The manifest provides metadata or overrides element paths. Subsequently, you may prolong the agent in a number of methods without delay with a single set up.
How the set up works
Inside Grok Construct, sort: /market Press to view catalog i Set up the chosen plugins. You too can run instructions straight from the shell.
grok plugin market listing
grok plugin set up <title> --trust
The set up command contains --trust Flag. That is necessary as a result of plugins can execute code and entry knowledge in your system.
Launch plugins and use circumstances
{The marketplace} launches with six plugins from companions throughout the stack. Every targets a selected workflow.
- Mongo DB — Discover your knowledge, handle your collections, and optimize your queries.
- Vercel — Handle deployments, test construct standing, and configure domains.
- sentry — Analyze stack traces and debug manufacturing errors.
- Chrome growth instruments — Management stay browsers, document efficiency traces, and examine community requests.
- cloudflare — Abilities equivalent to Employee, Sturdy Objects, and many others.
- superpower — Frequent agent-driven workflow.
Instance: An information scientist runs a sluggish MongoDB question. Set up the MongoDB plugin and ask the agent to optimize it. Instance: A front-end engineer installs Chrome DevTools to examine community requests throughout rendering failures. Instance: An on-call engineer installs Sentry to prioritize stack traces from manufacturing.
Safety mannequin: SHA pinning
All distant plugins repair a full 40 character lowercase commit SHA. Re-validating Grok Construct git rev-parse HEAD == sha After cloning. And not using a PIN, new code might be distributed silently by way of a pressured push or repository compromise. The pin closes that path upon set up. This repository separates first-party plugins managed by xAI from third-party plugins. xAI states that it doesn’t create, handle, or confirm third-party plugins. These are shipped as-is and are put in at your personal threat.
Publish your personal plugin
The catalog is accepting contributions. So as to add the plugin, edit .grok-plugin/market.json Then open a pull request. The distant entry seems like this:
{
"title": "my-plugin",
"description": "What the plugin does.",
"class": "growth",
"supply": {
"supply": "url",
"url": "https://github.com/my-org/my-plugin.git",
"sha": "0000000000000000000000000000000000000000"
},
"homepage": "https://github.com/my-org/my-plugin",
"key phrases": ["my-plugin"]
}
generated plugin-index.json Document the elements of every plugin. I by no means edit that file manually. Regenerate with python3 scripts/generate-plugin-index.py. CI runs the identical script --check It should fail on previous information.
Comparability methodology
The bundle concept mirrors different agent instruments equivalent to Claude Code. This desk maps marketplaces to uncooked MCP setups.
| capability | Grok Construct Market | Uncooked MCP integration |
|---|---|---|
| Bundle expertise, instructions, brokers, hooks, MCPs, and LSPs | sure | No, MCP server solely |
| Reference and set up inside the terminal | Sure, by way of /market |
Guide configuration modifying |
| Commit-SHA PIN verification | Sure, it’s pressured throughout set up | not built-in |
| Open PR-based public catalog | sure | not relevant |
| Replace mechanism | grok plugin Replace move |
guide |
Word: This desk displays a documented design and isn’t a sensible benchmark.
Strengths and tradeoffs
Strengths
- A single set up provides expertise, instructions, brokers, hooks, MCP, and LSP help.
- SHA pinning offers particular provide chain guards for executable code.
- Having an open catalog lowers the bar for offering plugins.
commerce off
- Entry to Grok Construct continues to be behind the paid SuperGrok and X Premium Plus tiers.
- The preliminary catalog was small, with 6 plugins.
- xAI validates pins, not plugin conduct, so the belief stays with you.
Vital factors
- xAI launched the Grok Construct Plugin Market constructed into the system on June 11, 2026.
- A single plugin bundles expertise, slash instructions, brokers, hooks, MCP servers, and LSPs into one set up.
- The launch catalog ships with six plugins: MongoDB, Vercel, Sentry, Chrome DevTools, Cloudflare, and Superpowers.
- All distant plugins repair the 40-character commit SHA, and Grok Construct revalidates it after cloning.
- Though the catalog is printed by way of pull requests, xAI doesn’t validate third-party plugins.
Please test technical details and GitHub page. Additionally, be happy to observe us Twitter Do not forget to affix us 150,000+ ML subreddits and subscribe our newsletter. dangle on! Are you on telegram? You can now also participate by telegram.
Have to companion with us to advertise your GitHub repository, Hug Face Web page, product launch, webinar, and many others.? connect with us
Michal Sutter is an information science knowledgeable with a grasp’s diploma in knowledge science from the College of Padova. With a powerful basis in statistical evaluation, machine studying, and knowledge engineering, Michal excels at remodeling complicated datasets into actionable insights.


