dremio.cloud
Dremio Cloud is a managed data lakehouse platform for querying, governing, and accelerating access to data across sources. It provides catalog, SQL, job, engine, and AI-agent integration capabilities for cloud-hosted Dremio projects.
Dremio Cloud exposes a documented REST API, a separate Iceberg Catalog REST endpoint, a hosted MCP server, and a Python-distributed `dremio` CLI; auth is via Dremio PATs, Dremio OAuth access tokens for service users, and a Dremio OAuth app client ID for hosted MCP.
- Dremio-hosted MCP serverdiscovered
- Dremio Cloud REST APIdiscovered
- Dremio Iceberg Catalog REST APIdiscovered
- Dremio Developer CLIdiscovered
In the Dremio Cloud console, open Account Settings → Personal Access Tokens, click Generate Token, choose a label and lifetime, then copy the token immediately; it is shown only once. See Personal Access Tokens.
Create a Dremio service user, then use that service user's Dremio-issued client_id and client_secret to obtain OAuth access tokens from POST https://login.dremio.cloud/oauth/token with grant_type=client_credentials and scope=dremio.all. The token endpoint and parameters are documented at OAuth Token.
In the Dremio Cloud console, go to Organization → OAuth Applications, click Create OAuth Application / Add Application, choose an application type (for hosted MCP, use Native Application), add the required redirect URLs, create the app, and copy the Dremio-issued Client ID. The hosted MCP setup explicitly says to leave the OAuth client secret blank. See OAuth Applications and Connect AI Agents to Dremio with MCP.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing