Skip to content

Commit 7698e5e

Browse files
clarify-dremioai (#23)
* Update README.md Clarified install instructions * Update README.md * Update README.md uri clarification and project id requirement for cloud * Update README.md Co-authored-by: Aniket Kulkarni <aniket-s-kulkarni@users.noreply.github.com> * Update README.md Co-authored-by: Aniket Kulkarni <aniket-s-kulkarni@users.noreply.github.com> * Update README.md Co-authored-by: Aniket Kulkarni <aniket-s-kulkarni@users.noreply.github.com> --------- Co-authored-by: Aniket Kulkarni <aniket-s-kulkarni@users.noreply.github.com>
1 parent 33b661c commit 7698e5e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,16 @@ $ uv run dremio-mcp-server config create dremioai \
9393
# the endpoint portion of the URL for your environment
9494
--pat <dremio pat> \
9595
# https://docs.dremio.com/current/security/authentication/personal-access-tokens/#using-a-pat
96-
# optional: add your project ID if setting up for dremio cloud
96+
# required for cloud: add your project ID if setting up for dremio cloud
9797
# --project-id <dremio project id>
9898
```
9999

100+
Note: the uri is api endpoint associated with your environment:
101+
102+
- For Dremio cloud based in the US region (https://app.dremio.cloud) use `https://api.dremio.cloud` or use the short hand `prod`
103+
- For Dremio cloud based in the EMEA region (https://app.eu.dremio.cloud) use `https://api.eu.dremio.cloud` or use the short hand `prodemea`
104+
- For SW/K8S deployments use https://<coordinator‑host>:<9047 or custom port>
105+
100106
Note: For security purposes, if you don't want the PAT to leak into your shell history file, create a file with your PAT in it and give it as an argument to the dremio config.
101107

102108
Example:

0 commit comments

Comments
 (0)