SRV-001 · go · server docs ↗
standalone platform
One binary, one YAML. Composes DataHub, Trino, S3 behind one MCP endpoint.
Install with go install, Docker, or grab a release. Point it at DataHub via YAML config. Add Trino for SQL and S3 for objects when you are ready. Cross-enrichment is on by default. With no warehouse or catalog, the gateways, knowledge layer, memory, and portal run on PostgreSQL alone (see deployment shapes). Run over stdio for Claude Desktop, or http with OAuth 2.1 for hosted MCP clients.
$ go install github.com/txn2/mcp-data-platform/cmd/mcp-data-platform@latest $ claude mcp add data-platform \ -e DATAHUB_URL=https://datahub.example.com/api/graphql \ -e DATAHUB_TOKEN=$TOKEN \ -- mcp-data-platform --config platform.yaml added: data-platform (datahub + trino + s3, semantic on) $ claude # ask: describe the orders table with owners and quality