docs: Use Installer Link (#1461)

This commit is contained in:
Angie Jones
2025-03-03 10:00:28 -06:00
committed by GitHub
parent 92e39acece
commit d1a365789e
9 changed files with 42 additions and 103 deletions

View File

@@ -15,7 +15,7 @@ This tutorial covers how to add the [Google Drive MCP Server](https://github.com
**Authentication Command**
In your terminal run the following:
In your terminal, run the following:
```sh
GDRIVE_OAUTH_PATH=/Users/<username>/.config/gcp-oauth.keys.json \
@@ -186,25 +186,18 @@ You'll need to re-authenticate once a day when using the Google Drive extension.
</TabItem>
<TabItem value="ui" label="Goose Desktop">
1. Click `...` in the upper right corner
2. Click `Settings`
3. Under `Extensions`, click the `Add` link
4. On the `Add Extension Manually` modal, enter the following:
* **Type**: `Standard IO`
* **ID**: `g-drive-mcp` (_set this to whatever you want_)
* **Name**: `google drive` (_set this to whatever you want_)
* **Description**: `Google Drive MCP Server` (_set this to whatever you want_)
* **Command**: `npx -y @modelcontextprotocol/server-gdrive`
* **Environment Variables**
* **Name**: `GDRIVE_CREDENTIALS_PATH`
* **Value**: `~/.config/.gdrive-server-credentials.json`
* Click `Add` button
* **Environment Variables**
* **Name**: `GDRIVE_OAUTH_PATH`
* **Value**: `~/.config/gcp-oauth.keys.json`
* Click `Add` button
5. Click `Add Extension` button
1. [Launch the installer](goose://extension?cmd=npx&arg=-y&arg=%40modelcontextprotocol%2Fserver-gdrive&id=google-drive&name=Google%20Drive&description=Google%20Drive%20integration&env=GDRIVE_CREDENTIALS_PATH%3DPath%20to%20Google%20Drive%20credentials&env=GDRIVE_OAUTH_PATH%3DPath%20to%20OAuth%20token)
2. Press `Yes` to confirm the installation
3. For `GDRIVE_CREDENTIALS_PATH`, enter the following:
```
~/.config/.gdrive-server-credentials.json
```
4. For `GDRIVE_OAUTH_PATH`, enter the following:
```
~/.config/gcp-oauth.keys.json
```
5. Click `Save Configuration`
6. Scroll to the top and click `Exit` from the upper left corner
</TabItem>
</Tabs>