vault
g-command
Google Drive 브라우저 및 Obsidian 동기화 도구, Claude Code용 MCP 서버.
하나의 패키지에 두 가지 구성 요소:
Obsidian 플러그인 — Docs(→ 마크다운), Sheets(→ CSV) 및 기타 파일을 보관함에 동기화하는 사이드바 Drive 브라우저
MCP 서버 — Claude Code가 Drive를 검색하고, 보관함 노트를 읽고, Drive 파일을 보관함으로 가져올 수 있게 함
로컬 마운트(.gdoc, .gsheet)의 Google Drive 파일은 JSON 포인터입니다. 실제 콘텐츠는 API 뒤에 있습니다. 두 구성 요소 모두 rclone을 사용하여 이 격차를 해소합니다.
기능
검색 Drive(파일 이름으로), 보관함(퍼지 검색), 또는 둘 다
읽기
gdrive://및vault://리소스를 통해 모든 Drive 파일 또는 보관함 노트가져오기 Drive 파일을 보관함으로 — 다운로드, 변환(Docs → 마크다운, Sheets → CSV), 한 번의 호출로 동기화 상태 업데이트
섹션 필터 — 제목 이름 또는 인덱스로 특정 문서 섹션 추출
보관함 검색 — 시스템에 등록된 모든 Obsidian 보관함 자동 감지
범위:
drive.readonly— Google Drive에 대한 쓰기 권한 없음
Related MCP server: manus-mcp
필수 조건
Node.js 18+
rclone (GCP OAuth 설정 대체)
Claude Code
설정
Obsidian 플러그인
rclone 설치 (macOS에서는
brew install rclone)Obsidian에 플러그인 설치
g-command 설정 탭을 열고 연결 클릭
열리는 브라우저 창에서 Google로 로그인
완료되었습니다. 플러그인은 읽기 전용 rclone 원격을 생성하고 연결을 확인합니다.
MCP 서버 (Claude Code용)
./setup.sh스크립트가 MCP 서버를 빌드하고 Claude Code에 등록합니다. rclone이 아직 구성되지 않은 경우 인증 과정을 안내합니다.
rclone 원격 이름이 이미 gdrive가 아닌 다른 경우:
GDRIVE_RCLONE_REMOTE=my-remote ./setup.sh수동 MCP 설정
brew install rclone(설치되지 않은 경우)cd src/gdrive && npm install && npm run buildclaude mcp add vault node /absolute/path/to/src/gdrive/dist/index.js
확인
Claude Code에서 /mcp 실행 — vault가 연결된 상태로 표시되어야 합니다. 그런 다음 파일 이름으로 문서를 검색해 보세요.
보안 참고 사항
이 서버는 자격 증명을 저장하지 않습니다. 인증은 전적으로 rclone이 관리합니다.
rclone 토큰은
~/.config/rclone/rclone.conf에 저장됩니다.drive.readonly범위는 토큰이 손상될 경우 피해 범위를 제한합니다.서버는 단일 감사 가능한 TypeScript 파일입니다.
구성
환경 변수 | 기본값 | 목적 |
|
| 사용할 rclone 원격 이름 |
참고 자료
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