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
description: "Connect Amp to up-to-date and token-efficient documentation."
4
+
---
5
+
6
+
importGetHelpfrom"/snippets/get-help.mdx";
7
+
8
+
How to set up Ref with [Amp CLI](https://ampcode.com/manual#mcp).
9
+
10
+
## Install
11
+
12
+
Run the `claude` install command. You can copy a version of the command with your API key pre-populated at [ref.tools/install](https://ref.tools/install)
Copy file name to clipboardExpand all lines: install/index.mdx
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ You can find your API key at [ref.tools/keys](https://ref.tools/keys)
24
24
If you use OAuth in combination with [Teams](/usage/teams), you may need to specify the team you want Ref to access. Ref will do it's best to intelligently pick the correct team but you may want to manually force a specific team.
25
25
26
26
Here is the algorithm Ref uses to pick the user or team scope:
27
+
27
28
```
28
29
For base OAuth url https://api.ref.tools/mcp if the user belongs to:
29
30
- no teams -> user scope
@@ -79,6 +80,10 @@ Choose your coding environment below to get started:
0 commit comments