What is the io.github.txn2/mcp-datahub MCP server?
MCP server for DataHub data catalogs. Discover datasets, explore lineage, and access metadata.
How to install io.github.txn2/mcp-datahub
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-datahub": {
"command": "https://github.com/txn2/mcp-datahub/releases/download/v1.10.2/mcp-datahub_1.10.2_darwin_arm64.mcpb",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-datahub": {
"command": "https://github.com/txn2/mcp-datahub/releases/download/v1.10.2/mcp-datahub_1.10.2_darwin_arm64.mcpb",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-datahub": {
"command": "https://github.com/txn2/mcp-datahub/releases/download/v1.10.2/mcp-datahub_1.10.2_darwin_arm64.mcpb",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-datahub": {
"type": "stdio",
"command": "https://github.com/txn2/mcp-datahub/releases/download/v1.10.2/mcp-datahub_1.10.2_darwin_arm64.mcpb",
"args": []
}
}
}Claude Code
claude mcp add mcp-datahub -- https://github.com/txn2/mcp-datahub/releases/download/v1.10.2/mcp-datahub_1.10.2_darwin_arm64.mcpbRelated MCP servers
Kubernetes port forwarding for local development with automatic /etc/hosts entries.
View repository →MCP server for Trino data warehouses. Query, analyze plans, and explore schemas.
View repository →