> ## Documentation Index
> Fetch the complete documentation index at: https://docs.k16solutions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect to DataX MCP

> Connect a supported local agent client to workspace-scoped DataX tools.

DataX MCP lets supported local agent clients use workspace-scoped data exploration tools after OAuth authentication.

<Warning>
  DataX MCP is an alpha feature. Its client setup and available tools can change. Use it only with
  institution-approved data and follow your organization's security policy.
</Warning>

## Prerequisites

* DataX is enabled for your workspace.
* Your account has MCP setup access.
* Your local client is installed and allowed by your institution.

## Get workspace-specific connection details

1. Open your account menu and select **Settings**.
2. Under **Personal**, select **Connections**.
3. Find **DataX MCP** and open its connection details.
4. Copy the generated server URL and follow the tab for your client.

<Tabs>
  <Tab title="Codex">
    Use the displayed `codex mcp add` command, then run the displayed `codex mcp login` command.
    Complete OAuth in the browser and verify that the workspace server appears in your MCP list.
  </Tab>

  <Tab title="Claude Code">
    Run the displayed remote HTTP `claude mcp add` command. Open Claude Code and use `/mcp` if
    authentication is still pending.
  </Tab>

  <Tab title="OpenCode">
    Add the displayed remote server object to your OpenCode configuration, then run the generated
    `opencode mcp auth` command.
  </Tab>

  <Tab title="Pi">
    Add the displayed server object to Pi's MCP configuration, then use `/mcp list` to confirm the
    tools are available.
  </Tab>
</Tabs>

<Note>
  Always copy commands from your own K16 settings. The server URL and server name include your
  workspace identifier and should not be copied from another institution.
</Note>
