https://github.com/acryldata/mcp-server-datahub
The official Model Context Protocol (MCP) server for DataHub (https://datahub.com)
https://github.com/acryldata/mcp-server-datahub
Last synced: 3 months ago
JSON representation
The official Model Context Protocol (MCP) server for DataHub (https://datahub.com)
- Host: GitHub
- URL: https://github.com/acryldata/mcp-server-datahub
- Owner: acryldata
- License: apache-2.0
- Created: 2025-03-01T00:31:47.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-27T23:41:53.000Z (3 months ago)
- Last Synced: 2025-06-28T00:26:52.977Z (3 months ago)
- Language: Python
- Homepage: https://docs.datahub.com/docs/features/feature-guides/mcp
- Size: 287 KB
- Stars: 38
- Watchers: 8
- Forks: 14
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - **mcp-server-datahub** - The official Model Context Protocol (MCP) server for DataHub (https://datahub.com) `python` `mcp` `server` `http` `pip install git+https://github.com/acryldata/mcp-server-datahub` (AI/ML)
- awesome-mcp-servers - **mcp-server-datahub** - The official Model Context Protocol (MCP) server for DataHub (https://datahub.com) `python` `mcp` `server` `http` `pip install git+https://github.com/acryldata/mcp-server-datahub` (AI/ML)
- Awesome-Official-MCP-Servers - DataHub - server-datahub?style=social) | Search your data assets, traverse data lineage, write SQL queries, and more using [DataHub](https://datahub.com/) metadata. | | (官方 MCP 服务器列表)
- Awesome-Official-MCP-Servers - DataHub - server-datahub?style=social) | Search your data assets, traverse data lineage, write SQL queries, and more using [DataHub](https://datahub.com/) metadata. | | (官方 MCP 服务器列表)
README
# mcp-server-datahub
A [Model Context Protocol](https://modelcontextprotocol.io/) server implementation for [DataHub](https://datahubproject.io/).
## Features
Check out the [demo video](https://youtu.be/VXRvHIZ3Eww?t=1878), done in collaboration with the team at Block.
- Searching across all entity types and using arbitrary filters
- Fetching metadata for any entity
- Traversing the lineage graph, both upstream and downstream
- Listing SQL queries associated with a dataset## Usage
See instructions in the [DataHub MCP server docs](https://docs.datahub.com/docs/features/feature-guides/mcp).
## Developing
See [DEVELOPING.md](DEVELOPING.md).