Dremio MCP server
@dremio
关于 Dremio MCP server
Dremio MCP server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"dremio-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"dremio-mcp:0.1.0",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Dremio MCP server?
Dremio MCP server is an MCP (Model Context Protocol) server that enables LLMs to integrate with Dremio for querying, analyzing, and discovering data. It is intended for developers and data professionals who want to use AI assistants like Claude with Dremio.
How to use Dremio MCP server?
Install locally using uv and Python 3.11+. Create a Dremio config file with your Dremio URI and PAT (or OAuth), then configure the LLM desktop app (Claude) to reference the server. For production, deploy via Helm chart with streaming HTTP, OAuth, and autoscaling.
Key features of Dremio MCP server
- Local and remote (Kubernetes/Helm) deployment
- Supports PAT and OAuth + external token authentication
- Three server modes: FOR_DATA_PATTERNS, FOR_SELF, FOR_PROMETHEUS
- Automatic logging to platform-specific locations
- Optional semantic search and DML operations
- Prometheus metrics and horizontal pod autoscaling (Helm)
Use cases of Dremio MCP server
- Let an LLM discover and query Dremio tables for pattern analysis
- Introspect Dremio system internals, workload analysis (FOR_SELF mode)
- Combine Dremio metrics from Prometheus for enriched insights
- Deploy a scalable, production‑grade MCP server for enterprise AI assistants
FAQ from Dremio MCP server
How do I install Dremio MCP server locally?
Clone the repository, install uv, ensure Python 3.11+, then run uv run dremio-mcp-server --help to verify.
What authentication methods are supported?
PAT for development/testing; OAuth with an external token provider for production. A PAT can be stored in a file and referenced with @ to avoid leaking in shell history.
What are the three server modes?
FOR_DATA_PATTERNS (normal): allows LLM to read tables and data. FOR_SELF: introspects Dremio system, including workload analysis. FOR_PROMETHEUS: connects to Prometheus for Dremio‑related metrics.
Where are logs stored?
Logs are written automatically to platform‑specific directories: ~/.local/share/dremioai/logs/ (Linux), ~/Library/Logs/dremioai/ (macOS), or %LOCALAPPDATA%\dremioai\logs\ (Windows).
Does Dremio MCP server support Dremio Cloud?
Yes. You must provide a project ID when configuring for Dremio Cloud, and use the URI https://api.dremio.cloud (US) or https://api.eu.dremio.cloud (EMEA).
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ghidraMCP
LaurieWiredMCP Server for Ghidra
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论