Cloudera Iceberg MCP Server (via Impala)
@peterableda
关于 Cloudera Iceberg MCP Server (via Impala)
Cloudera Iceberg MCP Server via Impala
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"iceberg-mcp-server": {
"command": "uv",
"args": [
"--directory",
"/path/to/iceberg-mcp-server",
"run",
"server.py"
],
"env": {
"IMPALA_HOST": "coordinator-default-impala.example.com",
"IMPALA_PORT": "443",
"IMPALA_USER": "username",
"IMPALA_PASSWORD": "password",
"IMPALA_DATABASE": "default"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Cloudera Iceberg MCP Server (via Impala)?
A Model Context Protocol server that provides read-only access to Iceberg tables via Apache Impala. It enables LLMs to inspect database schemas and execute read-only SQL queries.
How to use Cloudera Iceberg MCP Server (via Impala)?
Configure it in Claude Desktop as an MCP server by adding a JSON entry to claude_desktop_config.json with uv run server.py and environment variables (IMPALA_HOST, IMPALA_PORT, IMPALA_USER, IMPALA_PASSWORD, IMPALA_DATABASE). Example integrations for LangChain/LangGraph and OpenAI SDK are included in the ./examples folder.
Key features of Cloudera Iceberg MCP Server (via Impala)
execute_query: Run any SQL query on Impala and return results as JSON.get_schema: List all tables available in the current database.- Read‑only access to Iceberg tables.
- Designed for LLM integration (Claude Desktop, LangChain, OpenAI SDK).
- Uses Impala as the query engine.
Use cases of Cloudera Iceberg MCP Server (via Impala)
- Allow an LLM to discover table schemas in an Iceberg data lake.
- Query Iceberg tables with natural language through an LLM agent.
- Integrate read‑only SQL access into AI‑powered data analysis workflows.
- Validate data or run ad‑hoc analytics without granting write permissions.
FAQ from Cloudera Iceberg MCP Server (via Impala)
What data sources does this server work with?
It works with any Iceberg table that is accessible via an Apache Impala cluster. You must provide the Impala host, port, credentials, and a target database.
Is the server read‑only?
Yes. The server only exposes execute_query (any SQL) and get_schema; the README explicitly states it provides “read‑only access to Iceberg tables.”
What runtime does the server require?
The server is distributed as a Python script and launched with uv. It requires Python and the uv package manager installed on the machine running the MCP host (e.g., Claude Desktop).
How do I authenticate to Impala?
Authentication is done via environment variables: IMPALA_USER and IMPALA_PASSWORD. The server does not support other authentication methods as described in the README.
Are there example integrations available?
Yes, the ./examples folder contains examples for integrating with LangChain/LangGraph and the OpenAI SDK.
其他 分类下的更多 MCP 服务器
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mlops
visengerA curated list of references for MLOps
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
ICSS
chokcoco不止于 CSS
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论