
Every hour a developer spends wiring up integrations one by one is an hour they didn’t spend shipping code.
Terminal coding agents have had a missing distribution layer until now
Before this release, connecting a coding agent to your stack meant configuring each service separately: find the integration, write the config, test the hook, repeat. There was no central catalog, no single command, and no guarantee the pieces would work together.
One install now drops skills, agents, and MCP servers into your terminal at once
xAI Ships Grok Build Plugin Marketplace With MongoDB, Vercel, Sentry, Chrome DevTools, Cloudflare, and Superpowers Plugins at Launch is xAI’s terminal coding agent and CLI, and its new Plugin Marketplace lets developers type /marketplace inside the agent to browse a catalog, then press i to install a complete plugin bundle. Each plugin is a directory that can contain any mix of six component types: skills, slash commands, subagent definitions, lifecycle hooks, MCP server configs, and language server configs. The catalog itself lives in the open repo xai-org/plugin-marketplace on GitHub, so the index is public and auditable from day one.
Backend engineers carrying the most integrations feel this first
- Backend engineers who maintain MongoDB, Cloudflare, and Vercel configs across multiple projects can install all three as plugins and get slash commands and agent context automatically.
- DevOps engineers who route errors through Sentry can install the Sentry plugin and give the agent direct access to error context without leaving the terminal.
- Frontend engineers debugging in Chrome DevTools can install the Chrome DevTools plugin and have the agent pull live browser state into its working context.
The install command includes a --trust flag, which exists for a reason: plugins can execute code and read system data, so the trust decision is explicit, not buried.
The coding agent plugin race just got a concrete scoreboard
Cursor and Windsurf have built extension ecosystems inside their editors, but neither ships a terminal-native plugin marketplace with MCP and LSP support bundled at the distribution layer. As more teams run agents in CI and headless environments, the terminal is where this competition is actually being decided.
What you can do with it today
- Install MongoDB, Vercel, or Sentry plugins with a single terminal command.
- Browse the full plugin catalog without leaving the Grok Build agent.
- Bundle custom skills and MCP configs into a shareable plugin directory.
- Audit every installed plugin through the public GitHub index.
Pricing not listed — check our directory.
The --trust flag requirement is a real friction point for teams that want to automate installs in shared or locked-down environments.
Cursor’s extension marketplace covers similar ground for editor-based workflows. For teams already invested in Claude‘s tooling, Anthropic’s MCP ecosystem offers a comparable integration layer without the terminal requirement.
Terminal-native AI coding agents are pulling away from editor plugins
We cover tools like this every Friday — subscribe here and we’ll send the best ones straight to you.