Submit

Secure Google Drive

@PortEden

A data firewall between AI and your Google Drive. Give Claude, ChatGPT, and other AI assistants controlled access to search, read, create, copy, rename, move, share, and delete files and folders. Sensitive data is redacted before the AI sees it, the AI is held to the permissions you grant, every action is logged, and you can revoke access in one click.
Overview

Secure Google Drive is a remote MCP server that gives AI assistants controlled access to your Google Drive. Connect it to Claude, ChatGPT, or any MCP client and let the AI find files, read documents, organize folders, copy templates, and share files, all routed through PortEden, the data firewall for AI. Your data. Your rules.

A typical "Google Drive MCP" hands the model your full Drive scope. Secure Google Drive inspects and redacts sensitive content before the AI sees it, holds the AI to the permissions you grant, logs every call, and lets you revoke access in one click.

Why Secure Google Drive

  • Inspect and redact. Sensitive data (SSNs, card numbers, passport numbers, API keys) is masked before any file content reaches the AI.
  • Scoped permissions. The AI only does what your token allows, per user, per AI, per project.
  • One-click revoke. Cut access instantly, effective on the very next request.
  • Full audit trail. Every read, write, share, and delete is logged.
  • Nothing stored. No tokens, no cache, no database in the connector.

What you can do

  • Find files: "Find the Q2 budget spreadsheet."
  • Read contents: "Read the onboarding doc and summarize it."
  • Organize: "Create a folder for the launch and move the brief into it."
  • Copy and rename: "Copy the template and rename it 'Q3 Plan'."
  • Share: "Share the budget with Maria as a viewer."
  • Check access: "Who has access to the contract folder?"

Tools (12): 5 read, 7 write

ToolTypeWhat it does
drive_searchReadSearch files and folders
drive_get_fileReadGet file metadata
drive_get_file_linksReadGet shareable or web links
drive_get_permissionsReadSee who has access
drive_read_contentReadRead file contents
drive_create_fileCreateCreate a new file
drive_create_folderCreateCreate a folder
drive_copyCreateCopy a file
drive_renameUpdateRename a file or folder
drive_moveUpdateMove into another folder
drive_deleteDeleteDelete a file or folder
drive_shareSendShare with a person or group

Supported providers

Google Drive. Connect it inside PortEden.

Getting started

  1. Create a free PortEden account at https://porteden.com.
  2. Connect your Google account inside PortEden.
  3. Generate a PortEden access key (it starts with pe_mcp_) and paste it into the config above as your Bearer token.

Prefer OAuth 2.0? Add the URL https://mcp.porteden.com/drive to your client with no token and sign in. For a client that needs a stdio bridge, use mcp-remote:

{
  "mcpServers": {
    "secure-google-drive": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.porteden.com/drive"]
    }
  }
}

Works with

Claude (Desktop, web, and Code), ChatGPT, Microsoft Copilot, Google Gemini, Grok, and Cursor, plus any client that speaks MCP Streamable HTTP. Authentication: paste a PortEden access key (a pe_mcp_ Bearer token), or connect over OAuth 2.0 (OAuth 2.1 with RFC 9728 protected-resource metadata and dynamic client registration).

FAQ

Can the AI delete or share my files? Only if you grant those permissions. You can keep it read-only or allow create, update, share, and delete.

Does the AI read sensitive file contents? Only what your permissions allow, after PII redaction.

Where is my data stored? Nowhere in the connector. It is stateless. PortEden enforces permissions, quotas, redaction, and audit logging.

Your data. Your rules. More info: https://porteden.com/

Server Config

{
  "mcpServers": {
    "secure-google-drive": {
      "url": "https://mcp.porteden.com/drive",
      "headers": {
        "Authorization": "Bearer <YOUR_PORTEDEN_TOKEN>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.