A DataHub MCP Server and composable Go library for building custom MCP servers that integrate DataHub metadata capabilities. Part of the txn2 MCP toolkit ecosystem.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-datahub": {
"command": "go",
"args": [
"run",
"github.com/txn2/mcp-datahub@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-datahub go run github.com/txn2/mcp-datahub@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-datahub": {
"command": "go",
"args": [
"run",
"github.com/txn2/mcp-datahub@latest"
]
}
}
}
📋 Copy