★ 163 stars
Go
🤖 AI/LLM
Updated today
A high-performance concurrent Google Drive CLI and native Model Context Protocol (MCP) Server for LLM/AI agents. Natively execute Google Apps Script (GAS) dynamically, recursive upload/download, and manage Drive infrastructure.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ggsrun": {
"command": "go",
"args": [
"run",
"github.com/tanaikech/ggsrun@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ggsrun go run github.com/tanaikech/ggsrun@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ggsrun": {
"command": "go",
"args": [
"run",
"github.com/tanaikech/ggsrun@latest"
]
}
}
}
📋 Copy
README Excerpt
<a name="top"></a> - [ggsrun](#ggsrun) - [Table of Contents](#table-of-contents) - [Overview](#overview) - [Features of ggsrun](#features-of-ggsrun) - [The 5 Pillars of the v5 Architecture](#the-5-pillars-of-the-v5-architecture) - [A. Massively Parallel I/O \& UI](#a-massively-parallel-io--ui) - [B. Full Shared Drive (Omni-Drive) Support](#b-full-shared-drive-omni-drive-support)
Tools (11)
download exe1 filelist overwrite rename searchfiles skip target top update upload
Topics
ai-agents cli cli-app cli-tool developer-tools gas golang google-apps-script google-apps-script-api google-drive llm mcp mcp-server terminal terminal-app