Metadata-Version: 2.4
Name: mano-datahub-mcp
Version: 0.0.3
Summary: A Model Context Protocol (MCP) server for DataHub
License-Expression: Apache-2.0
Project-URL: Source, https://github.com/mano1233/mcp-server-datahub
Project-URL: Documentation, https://docs.datahub.com/docs/features/feature-guides/mcp
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: acryl-datahub==1.2.0.2
Requires-Dist: asyncer>=0.0.8
Requires-Dist: fastmcp==2.10.5
Requires-Dist: jmespath~=1.0.1
Dynamic: license-file

# 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).
