Update dockerfiles for npx versions, gdrive env credential paths

This commit is contained in:
colinmcneil
2024-12-17 13:15:58 -05:00
committed by Jim Clark
parent 368e3b23ca
commit 9ff603aef5
11 changed files with 38 additions and 12 deletions

View File

@@ -56,7 +56,7 @@ To integrate this server with the desktop app, add the following to your app's s
"mcpServers": {
"gdrive": {
"command": "docker",
"args": ["run", "-i", "--rm", "ai/mcp-gdrive"]
"args": ["run", "-i", "--rm", "--mount", "type=bind,source=/Users/colinmcneil/Desktop/gcp-oauth.keys.json,target=/gcp-oauth.keys.json", "-v", "mcp-gdrive:/gdrive-server", "-e", "GDRIVE_OAUTH_PATH=/gcp-oauth.keys.json", "-e", "GDRIVE_CREDENTIALS_PATH=/gdrive-server/credentials.json", "ai/mcp-gdrive"]
}
}
}