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

# Claude Code

> Connect the Paradime MCP server to Claude Code from your terminal with a single mcp add command to give Claude your warehouse, dbt™ catalog, and Bolt context.

<Info>
  First complete [Steps 1–2 in the Overview](/products/dino-ai/mcp-server) to generate your MCP token and copy your MCP server URL.
</Info>

Run the `mcp add` command from any directory:

```bash theme={"system"}
claude mcp add --transport http paradime <paradime-mcp-endpoint-url>
```

Replace the URL with your actual MCP server URL from Step 2. When Claude Code prompts you for the token, paste in the MCP token from Step 1.

To verify the connection:

```bash theme={"system"}
claude mcp list
```

You should see `paradime` listed with a `connected` status.

<Info>
  Claude Code stores MCP credentials in `~/.claude.json`. To remove the connector, run `claude mcp remove paradime`.
</Info>


## Related topics

- [MCP Server](/products/dino-ai/mcp-server/index.md)
- [What is Paradime.io](/index.md)
- [Claude Desktop & claude.ai](/products/dino-ai/mcp-server/claude-desktop.md)
- [Rules & Instructions](/products/dino-ai/dino-rules.md)
- [DinoAI](/products/dino-ai/index.md)
