How this skill is triggered — by the user, by Claude, or both
Slash command
/dremio:dremio-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help the user set up the Dremio hosted MCP server for Claude Code. Walk them through the steps below.
Help the user set up the Dremio hosted MCP server for Claude Code. Walk them through the steps below.
https://claude.ai/api/mcp/auth_callback,https://claude.com/api/mcp/auth_callback,http://localhost/callback,http://localhost)Ask the user for their PAT and Project ID, then create a .env file in their project directory:
DREMIO_PAT=<their_pat>
DREMIO_PROJECT_ID=<their_project_id>
The Dremio hosted MCP server must be added through the Claude web interface. Claude Code automatically inherits the connection.
Dremiohttps://mcp.dremio.cloud/mcp/<project_id> (US) or https://mcp.eu.dremio.cloud/mcp/<project_id> (EU)Tell the user to restart Claude Code and run /mcp to confirm the Dremio server is connected. Claude Code inherits MCP connections configured in the web interface.
npx claudepluginhub dremio/claude-plugins --plugin dremioGenerates dbt MCP server config JSON, resolves authentication, and validates connectivity for Claude Desktop, Claude Code, Cursor, or VS Code.
Configures MCP (Model Context Protocol) servers for Claude Code to connect to external tools, databases, APIs, and services like Jira, Sentry, PostgreSQL, Figma, Slack via HTTP, SSE, or stdio with authentication.
Guides configuration and usage of MCP (Model Context Protocol) servers in Claude Code via CLI commands and .mcp.json files, covering HTTP/SSE/stdio transports, scopes, env vars, and 300+ external tools.