> ## 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.

# OpenCode

> Add the Paradime MCP server to OpenCode via its config.json so OpenCode can query your warehouse, dbt™ catalog, lineage, and Bolt orchestration through DinoAI.

<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>

Edit your OpenCode config file (typically `~/.config/opencode/config.json`) and add Paradime under `mcp`:

```json title="~/.config/opencode/config.json" theme={"system"}
{
  "mcp": {
    "paradime": {
      "type": "remote",
      "url": "<mcp-endpoint-url>",
      "headers": {
        "Authorization": "Bearer YOUR_MCP_TOKEN"
      }
    }
  }
}
```

Replace `<mcp-endpoint-url>` with your URL from Step 2 and `YOUR_MCP_TOKEN` with the token from Step 1. Restart OpenCode.


## Related topics

- [MCP Server](/products/dino-ai/mcp-server/index.md)
- [Restart Code IDE](/get-help/error-list/restart-code-ide.md)
- [Test Code Changes On Pull Requests](/products/bolt/creating-schedules/templates/ci-cd-templates/test-code-changes-on-pull-requests.md)
- [Git Lite](/products/code-ide/left-panel/git-lite.md)
- [Data Exploration in the Code IDE](/guides/paradime-101/getting-started-with-the-paradime-ide/data-exploration-in-the-code-ide.md)
