gdrive-comments

CloudSecurityAlliance/gdrive-comments
★ 0 stars Python File System Updated today
Google Drive MCP Server to Handle Comments
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gdrive-comments": {
      "command": "uvx",
      "args": [
        "gdrive-comments"
      ]
    }
  }
}

Or install with pip: pip install gdrive-comments

README Excerpt

Research on how **comments on Google Drive / Google Sheets files** work via the Google APIs, and a design for a Model Context Protocol (MCP) server that manages them. There is **no code yet** — this repo is research and design. > **Last verified: July 2026.** See [`CHANGELOG.md`](./CHANGELOG.md) for what was corrected in the latest refresh.