DataHub MCP Server

Kristi Gjerko Publisher

Platform:

Channel Revision Published Runs on
latest/edge 13 26 Aug 2026
Ubuntu 22.04
juju deploy datahub-mcp-k8s --channel edge

Learn about configurations >

  • enable-client-registration | boolean

    Default: True

    Let callers obtain an OAuth client of their own, by registering with this server when it fronts Google or with the identity provider. This is how a caller on a developer's machine (e.g., VSCode Copilot) connects, so turning it off limits the callers to ones registered with the deployment's own client credentials (e.g., Gemini Enterprise).

  • enable-mutation-tools | boolean

    Expose the DataHub mutation tools (tags, glossary terms, owners, domains, descriptions) in addition to the read-only tool set. Every mutation is attributed to the shared service account rather than to the user whose agent made the call, so enabling this gives up write attribution. The service account also needs write privileges granted in DataHub before the tools succeed.