Skip to main content
The Paradime MCP Server is a single, authenticated remote endpoint that brings DinoAI’s full context graph — your warehouse, repositories, dbt™ catalog, lineage, and Bolt orchestration — to any MCP-compatible AI client. This guide walks you through generating an access token, configuring your client, and verifying the connection.
Setup takes about a minute. If you already have a Paradime account, you can be connected and running queries in your AI client before this page finishes loading.

Before you start

You need:
  • A Paradime account. Business and read-only seats are free — if you don’t have access, ask your data team to invite you to your workspace.
  • An MCP-compatible client. Claude (Desktop or web), Claude Code, ChatGPT, GitHub Copilot, Cursor, and OpenCode are all supported. See Client setup below.
  • Your data team has configured the workspace integrations the MCP should expose (warehouse, code repository, BI tools). The MCP inherits your workspace’s existing connections — there’s nothing extra to configure on the MCP side.
The MCP server uses the same access boundaries as the rest of Paradime. Your token can only reach the integrations your workspace has connected, and only with the permissions your role allows.

Step 1: Generate your MCP token

  1. Log in to Paradime at app.paradime.io.
  2. Open Settings → API keys (direct link).
  3. Click Generate MCP token.
  4. Give the token a recognisable name (for example, claude-desktop-laptop or cursor-work-mbp). Naming tokens per device makes it easier to rotate or revoke them later and a lifetime in days
  5. Copy the token and the MCP server URL shown next to it. You’ll need both in Step 3.
Treat your MCP token like a password. It carries your full Paradime permissions. Never commit it to a repository, paste it into a shared document, or share it with teammates.

If you suspect a token is compromised, return to Settings → API keys and revoke it. Generate a new one to replace it.

Step 2: Copy the MCP server URL

The MCP server URL is shown alongside your token in the API keys page. It will look like:
Copy this URL exactly as displayed. It’s specific to your Paradime instance.
If you belong to multiple Paradime workspaces - for example, separate workspaces for finance, marketing, and engineering, that’s not a problem. One single MCP endpoint allows you to access across workspaces you have access to.

Step 3: Add Paradime to your client

Pick the tab for your client below. The exact menu wording varies between client versions, but the flow is the same everywhere: add a remote MCP server, paste in the URL, paste in the token.
Claude Desktop or claude.ai
  1. Open Settings → Connectors.
  2. Click Add custom connector.
  3. Fill in:
    • Name: Paradime
    • Remote MCP server URL: paste the URL from Step 2.
  4. Click Add, then Connect.
  5. When prompted, paste in your MCP token from Step 1 and authorize.
You should see Paradime appear in your Connectors list. The 17 tools will be available the next time you start a chat.
Custom connectors are available on Claude Pro, Max, Team, and Enterprise plans.

Step 4: Verify the connection

To confirm your connection is healthy, ask your AI client a simple question that requires Paradime context. For example:
“Use Paradime to list my Bolt schedules.”
or
“Use Paradime to search the catalog for models that touch the orders table.”
If your client returns real data from your workspace, you’re connected. If you get an error, jump to Troubleshooting below.

Available tools

Once connected, your client has access to all 17 tools below.

Code & repository

Data warehouse & catalog

Bolt orchestration

Workspace management

Web & research

Troubleshooting

Your token is either expired, revoked, or pasted incorrectly.
  • Check Settings → API keys in Paradime to confirm the token still exists.
  • Make sure you copied the full token without trailing whitespace.
  • If unsure, generate a new token and re-add the connector with the fresh value.
  • Confirm the MCP server URL is correct — it includes a workspace ID at the end and is unique to your workspace.
  • Check that your network or VPN isn’t blocking outbound HTTPS to *.paradime.io.
  • Make sure your client supports remote MCP servers (over HTTP/SSE), not just local stdio servers.
The token is working, but the underlying integration may not be configured.
  • For warehouse tools (run_sql_query), confirm your data team has connected a warehouse to your workspace.
  • For repo tools (read_file, ripgrep_search, create_pull_request), confirm a code repository is connected and the connected user has access to it.
  • For catalog/lineage tools, your dbt™ project needs to have been parsed at least once in Paradime.
  • Some clients cache the MCP tool list at startup — try restarting the client after adding the connector.
  • In Claude and ChatGPT, ensure Paradime is enabled in the connectors menu of your current chat.
  • If you’ve recently rotated your token, the old connector may still be cached. Remove and re-add it.
Use the switch_workspace tool — ask the agent to switch context: “Switch to the marketing workspace before continuing.”
This is usually a sign the underlying client is sending the wrong context to the model. A few things to try:
  • Be specific in your prompt — “In the dbt catalog, find models that ref stg_orders routes more efficiently than “find anything related to orders”.
  • On large monorepos, prefer search_catalog over ripgrep_search for catalog-aware queries.
  • If using a smaller model, switch to a larger context model (Claude Sonnet/Opus, GPT-5) for complex multi-step tasks.

FAQ

When your Paradime account is deactivated, your MCP token is revoked automatically. Any AI client still configured with it will fail to authenticate on the next call. There are no leftover credentials to chase down.
Yes. Generate a new token in Settings → API keys, replace the value in your client’s connector config, then revoke the old token. Tokens can be rotated at any time without affecting the underlying workspace integrations.
No. The token inherits exactly the permissions of your Paradime user. If you can’t see the marketing workspace in Paradime, the MCP can’t either. If you’re a read-only user, the MCP can read but not write.
Yes. All MCP tool calls are logged against your user account in Paradime, the same way warehouse queries and Bolt runs are.
The Paradime MCP Server is included with all paid Paradime plans, and free for business and read-only seats. Token consumption on the AI side (Claude, ChatGPT, etc.) is billed by your AI provider, not by Paradime.
You can use the configure page to set which tools are allowed, denied and needs permission before executing.