mcp‐gdrive‐docker - kdevkr/mambo-box GitHub Wiki
Google Drive MCP Server using Docker
도커 컨테이너로 OAuth 사용자 인증 시 리다이렉트 할 수 없는 문제
- Option 1: Use
web
instead ofinstalled
App Credentials - Option 2: Use network_host
{
"web": {
"client_id": "YOUR_CLIENT_ID",
"project_id": "YOUR_PROJECT_ID",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_secret": "YOUR_CLIENT_SECRET",
"redirect_uris": ["http://localhost"]
}
}