mcp-server-datahub
@acryldata
mcp-server-datahub について
The official Model Context Protocol (MCP) server for DataHub (https://datahub.com)
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"datahub": {
"command": "uvx",
"args": [
"mcp-server-datahub"
],
"env": {
"DATAHUB_GMS_URL": "<your-datahub-url>",
"DATAHUB_GMS_TOKEN": "<your-datahub-token>"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is mcp-server-datahub?
An MCP (Model Context Protocol) server implementation for DataHub, an open-source context platform that gives organizations a single pane of glass across their entire data supply chain, unifying data discovery, governance, and observability. It enables AI agents to search, explore lineage, understand business context, and generate SQL using natural language.
How to use mcp-server-datahub?
Configure via environment variables (e.g., TOOLS_IS_MUTATION_ENABLED, TOOLS_IS_USER_ENABLED) and invoke the provided tools: search, get_lineage, get_dataset_queries, get_entities, list_schema_fields, get_lineage_paths_between, plus mutation tools when enabled. See the DataHub MCP server docs for detailed usage instructions.
Key features of mcp-server-datahub
- Structured search with wildcard, field, and boolean syntax
- SQL intelligence: fetch popular queries and generate accurate SQL
- Table and column-level lineage with upstream/downstream exploration
- Mutation tools: add/remove tags, terms, owners, domains, descriptions, structured properties
- Document tools: search, grep, save knowledge articles and FAQs
- User tools: retrieve authenticated user information
Use cases of mcp-server-datahub
- Find trustworthy data using natural language search across tables, columns, dashboards, and metrics
- Explore data lineage to understand impact of changes before they affect downstream users
- Navigate business glossaries, domains, data products, and asset relationships
- Generate accurate SQL queries using context like documentation, lineage, and popular queries
- Manage metadata: assign tags, glossary terms, owners, domains, and descriptions
FAQ from mcp-server-datahub
What tools does mcp-server-datahub provide?
It provides search, get_lineage, get_dataset_queries, get_entities, list_schema_fields, get_lineage_paths_between, plus mutation tools (add/remove tags, terms, owners, domains, descriptions, structured properties) and optional user and document tools.
How do I enable mutation tools?
Set the environment variable TOOLS_IS_MUTATION_ENABLED=true. By default mutation tools are disabled.
What environment variables are available for configuration?
Key variables include TOOLS_IS_MUTATION_ENABLED, TOOLS_IS_USER_ENABLED, DATAHUB_MCP_DOCUMENT_TOOLS_DISABLED, SAVE_DOCUMENT_TOOL_ENABLED, SAVE_DOCUMENT_PARENT_TITLE, TOOL_RESPONSE_TOKEN_LIMIT, ENTITY_SCHEMA_TOKEN_BUDGET, and SEMANTIC_SEARCH_ENABLED, among others.
Can I search within document content?
Yes, the grep_documents tool allows searching within document content using regex patterns. Document tools are automatically hidden if no documents exist in the catalog.
What is the maximum token limit for tool responses?
The default TOOL_RESPONSE_TOKEN_LIMIT is 80,000 tokens, and the schema token budget per entity is 16,000 tokens (ENTITY_SCHEMA_TOKEN_BUDGET).
「その他」の他のコンテンツ
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Awesome Mcp Servers
punkpeyeA collection of MCP servers.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
コメント