Mcp Gdrive — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Gdrive (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server for Google Drive — list, search, read, write, create, and upload files.
credentials.json in the project root— or set GDRIVE_CLIENT_ID and GDRIVE_CLIENT_SECRET environment variables
npm installnpm run authThis opens a browser for Google sign-in. Tokens are saved to .gdrive-token.json (git-ignored).
Add to your Claude Desktop / Claude Code config:
{
"mcpServers": {
"gdrive": {
"command": "node",
"args": ["/absolute/path/to/mcp-gdrive/src/index.js"]
}
}
}| Tool | Description |
|---|---|
list_files | List files, optionally in a specific folder |
search_files | Full-text search across Drive |
read_file | Read file content (exports Google Docs as text, Sheets as CSV) |
create_file | Create a new file with text content |
write_file | Update an existing file's content |
upload_file | Upload a local file to Drive |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.