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¶
┌─────────────────┐ ┌──────────────────┐ ┌─────────────────┐
│ Claude Desktop │────▶│ mcp-datahub │────▶│ DataHub │
│ (MCP Client) │◀────│ (MCP Server) │◀────│ GraphQL API │
└─────────────────┘ └──────────────────┘ └─────────────────┘