You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You don’t have to install anything globally—our configs use npx to fetch the latest version automatically. If you do prefer a global install, use:
22
-
```bash
23
-
# Optional: global install
24
-
npm install -g mcp-remote@latest
25
-
```
26
-
27
-
> **Important:**`mcp-remote` expects the **server URL as the first argument** (flags come **after** the URL). It does **not** implement `--help`; running `mcp-remote --help` will error because `--help` is treated as a URL.
28
-
29
-
---
30
-
31
-
## 2 – Generate a personal access token
29
+
## 1 – Generate a personal access token
32
30
You can now generate tokens directly from the Elementary UI: go to [User → Personal Tokens](https://app.elementary-data.com/settings/tokens).
33
31
34
32
Quick steps:
@@ -40,6 +38,17 @@ Quick steps:
40
38
Tokens are **user‑scoped bearer tokens** and inherit your workspace permissions. Treat them like passwords — do not share or commit them. Keep them secret, rotate regularly, and revoke immediately if compromised.
41
39
42
40
41
+
---
42
+
43
+
## 2 – Install `mcp-remote` (optional)
44
+
You don't have to install anything globally—our configs use npx to fetch the latest version automatically. If you do prefer a global install, use:
45
+
```bash
46
+
# Optional: global install
47
+
npm install -g mcp-remote@latest
48
+
```
49
+
50
+
> **Important:** `mcp-remote` expects the **server URL as the first argument** (flags come **after** the URL). It does **not** implement `--help`; running `mcp-remote --help` will error because `--help` is treated as a URL.
0 commit comments