vault
Allows searching, reading, and pulling Google Drive files (including Docs and Sheets) into the Obsidian vault, with automatic conversion to markdown and CSV.
Enables searching and reading vault notes, auto-detecting vaults, and pulling Google Drive files into the vault for syncing.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@vaultfind my meeting notes from last week and pull them into the vault"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
g-command
Google Drive browser and sync for Obsidian, plus an MCP server for Claude Code.
Two components in one package:
Obsidian plugin — sidebar Drive browser that syncs Docs (→ markdown), Sheets (→ CSV), and other files into your vault
MCP server — lets Claude Code search Drive, read vault notes, and pull Drive files into the vault
Google Drive files on a local mount (.gdoc, .gsheet) are JSON pointers — the actual content lives behind the API. Both components bridge that gap using rclone.
What it does
Search Drive by filename, vault by content (fuzzy), or both
Read any Drive file or vault note via
gdrive://andvault://resourcesPull Drive files into the vault — download, convert (Docs → markdown, Sheets → CSV), and update sync state in one call
Section filter — extract specific document sections by heading name or index
Discover vaults — auto-detects all Obsidian vaults registered on the machine
Scope:
drive.readonly— no write access to Google Drive
Related MCP server: manus-mcp
Prerequisites
Node.js 18+
rclone (replaces GCP OAuth setup)
Claude Code
Setup
Obsidian plugin
Install rclone (
brew install rcloneon macOS)Install the plugin in Obsidian
Open the g-command settings tab and click Connect
Sign in with Google in the browser window that opens
That's it. The plugin creates a read-only rclone remote and verifies the connection.
MCP server (for Claude Code)
./setup.shThe script builds the MCP server and registers it with Claude Code. If rclone isn't configured yet, it walks you through authentication.
If your rclone remote is already named something other than gdrive:
GDRIVE_RCLONE_REMOTE=my-remote ./setup.shManual MCP setup
brew install rclone(if not installed)cd src/gdrive && npm install && npm run buildclaude mcp add vault node /absolute/path/to/src/gdrive/dist/index.js
Verify
Run /mcp in Claude Code — vault should appear as connected. Then try searching for a document by filename.
Security notes
No credentials are stored by this server — auth is managed entirely by rclone
rclone token is stored at
~/.config/rclone/rclone.confdrive.readonlyscope limits blast radius if the token is compromisedServer is a single auditable TypeScript file
Configuration
Env var | Default | Purpose |
|
| rclone remote name to use |
References
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -license-qualityAmaintenanceThis MCP server integrates with Google Drive to allow listing, reading, and searching over files.4,90789,405MIT
- Flicense-qualityCmaintenanceAn MCP server that enables interaction with Google Drive through the Google Cloud API. It allows users to list, read, and upload files directly from MCP-compatible clients like manus.im or Cursor.
- Alicense-qualityBmaintenanceMCP server for Google Drive, Docs, and Sheets — built for Claude Code. Gives Claude Code direct read/write access to Google Sheets (cell-level edits, formatting, structure), Google Docs (insert, replace, append), and Drive (search).521MIT
- Alicense-qualityFmaintenanceMCP server that allows you to connect to Google Docs through Claude, enabling listing, reading, creating, updating, searching, and deleting documents.1,39647MIT
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/robotpony/warped-gdrive'
If you have feedback or need assistance with the MCP directory API, please join our Discord server