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

# Claude Code

> Set up Datagate MCP in Claude Code

## Python

```bash theme={null}
claude mcp add datagate -e DATAGATE_API_KEY=dg_live_your_key_here -- uvx datagate-mcp
```

## TypeScript

```bash theme={null}
claude mcp add datagate -e DATAGATE_API_KEY=dg_live_your_key_here -- npx -y @datagate/mcp
```

That's it. The Datagate tools (`list_datasets` and `query`) are now available in your Claude Code sessions.
