Skip to main content
Glama

digital-drive-mcp

AI 에이전트가 Akij Resource Digital Management Google Drive 폴더(공개 링크)를 탐색하고 읽을 수 있게 해주는 Model Context Protocol(MCP) 서버입니다. TypeScript + 공식 MCP SDK, Streamable HTTP 전송으로 구축되었으며 Vercel에 배포할 수 있습니다.

도구

도구

설명

list_team_folders

5개 팀원 하위 폴더(이름 + 폴더 ID)

list_folder

모든 Drive 폴더의 파일/하위 폴더(기본값: 루트)

list_all_files

5개 하위 폴더 전체의 모든 파일을 평면화한 목록

read_file

파일 내용을 텍스트로 읽기(Google Docs/Sheets/Slides, Word/Excel/PPT, markdown/HTML)

download_url

파일의 직접 다운로드 URL

Related MCP server: Google-Drive-MCP-Server

파일 읽기 방식(자격 증명 불필요)

폴더가 공개("링크 있는 모든 사용자")이므로 서버는 Google 공개 엔드포인트를 사용합니다:

  • 목록drive.google.com/drive/folders/<id>를 스크래핑하고 내장된 _DRIVE_ivd JSON을 파싱합니다.

  • Google Docs/Sheets/Slidesdocs.google.com/.../export?format=txt|csv로 내보냅니다.

  • Office 파일(.xlsx/.docx/.pptx) — 다운로드 후 fflate(ZIP + XML → 텍스트)로 메모리에서 파싱합니다.

  • 텍스트/HTML/Markdown — 다운로드 후 원문 그대로 반환합니다.

로컬 개발

npm install
npm run dev        # HTTP server on http://localhost:3000/mcp
# or
npm run stdio

배포

vercel --prod
# endpoint: https://<project>.vercel.app/api/mcp

연결

{
  "mcp": {
    "digital-drive-mcp": {
      "type": "remote",
      "url": "https://<project>.vercel.app/api/mcp",
      "enabled": true
    }
  }
}

Drive 폴더가 비공개로 전환되면 목록/읽기가 실패합니다 — Google 서비스 계정 + Drive API로 전환하거나 폴더를 공유 상태로 유지하세요.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

Related MCP Connectors

  • OCR, transcription, file extraction, and image generation for AI agents via MCP.

  • Free public MCP for AI agents — 193 tools, 44 workflows. No API key.

  • Shared long-term memory vault for AI agents with 20 MCP tools.

View all MCP Connectors

Latest Blog Posts

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/headdigitalmgt-mahfuj2/digital-drive-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server