Skip to main content
Glama

Google Drive MCP Server

by konashevich
GIT_SAFETY.md2.24 kB
# Git Safety Check ## ✅ SAFE to Commit (New Files) These files can be safely committed to git: - `.env.example` - Template for environment configuration - `server.ts` - Network server implementation - `mcp-gdrive.service` - Systemd service file - `setup-network-server.sh` - Setup automation script - `authenticate.sh` - Authentication helper script - `auth-helper.sh` - Authentication helper script - `quick-ref.sh` - Quick reference script - `NETWORK_SETUP.md` - Network setup documentation - `QUICKSTART_NETWORK.md` - Quick start guide - `START_HERE.md` - Quick reference guide - `INSTALLATION_SUMMARY.md` - Installation summary - `GET_FRESH_TOKEN.md` - Token refresh instructions - `AUTHENTICATE_ON_LINUX.txt` - Linux authentication guide - `AUTHENTICATION_NEEDED.txt` - Authentication instructions - `SETUP_COMPLETE.txt` - Setup completion summary - `SIMPLE_AUTH.txt` - Simple authentication guide - `FINAL_SETUP.txt` - Final configuration summary ## ❌ NEVER Commit (Protected by .gitignore) These files contain secrets and are now ignored: - `.env` - Contains CLIENT_SECRET and API keys - `gcp-oauth.keys.json` - OAuth client credentials - `gdrive-server-credentials.json` - OAuth tokens - `.gdrive-server-credentials.json` - OAuth tokens (hidden version) - `token.json` - OAuth tokens - Any file matching `*-oauth.keys.json` - Any file matching `*-server-credentials.json` ## 🔄 Modified Files - `.gitignore` - Updated to protect sensitive files - `package.json` - Added new dependencies and scripts ## 📋 Git Commands To commit the safe changes: ```bash cd /mnt/merged_ssd/mcp-gdrive # Add all safe files git add .env.example git add server.ts git add mcp-gdrive.service git add *.sh git add *.md git add *.txt git add .gitignore git add package.json # Commit git commit -m "Add network server support for home network deployment" # Push (if you want to) git push ``` ## ⚠️ IMPORTANT The .gitignore has been updated to protect: - OAuth credentials - OAuth tokens - API keys - Environment files with secrets These files will NEVER be committed even if you run `git add .` ## 🔍 Verify Protection Check what will be committed: ```bash git status ``` The sensitive files should NOT appear in the list!

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/konashevich/mcp-gdrive'

If you have feedback or need assistance with the MCP directory API, please join our Discord server