MCP Server Overview¶
The mcp-datahub server provides a complete MCP implementation for DataHub, ready to use with Claude Desktop, VS Code, or any MCP-compatible client.
Features¶
- Zero Configuration: Works out of the box with environment variables
- All Tools Included: Full suite of DataHub exploration tools
- Secure: Token-based authentication with configurable limits
Quick Start¶
- Set environment variables:
- Run the server:
- Configure your MCP client (e.g., Claude Desktop)
Architecture¶
flowchart LR
claude["Claude Desktop<br/>(MCP Client)"]
server["mcp-datahub<br/>(MCP Server)"]
datahub["DataHub<br/>GraphQL API"]
claude <--> server <--> datahub