Official Claude Code plugins from Dremio.
/plugin marketplace add dremio/claude-plugins
/plugin install dremio@dremio-plugins
-
Create a
.envfile in your project directory with your Dremio credentials:DREMIO_PAT=<your_personal_access_token> DREMIO_PROJECT_ID=<your_project_id> -
Add the Dremio MCP server through the Claude web interface under Customize > Connectors > Add custom connector. Claude Code automatically inherits the connection.
-
Run
/dremio-setupin Claude Code for step-by-step guidance.
For full MCP server setup instructions, see the Dremio documentation. To obtain an OAuth Client ID, you'll need to create an OAuth Application in your Dremio organization, with the Redirect URI set to "http://localhost/callback,https://claude.ai/api/mcp/auth_callback"
| Plugin | Description |
|---|---|
| dremio | Working with Dremio Cloud, including ingesting, transforming, and querying data |