Back to Home
pulsemcp icon

mcp-servers

Verified Safe

by pulsemcp

Overview

An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.

Installation

Run Command
npx -y @pulsemcp/cloud-storage

Environment Variables

  • GCS_BUCKET
  • GCS_ROOT_DIRECTORY
  • GCS_PROJECT_ID
  • GCS_KEY_FILE
  • GCS_CLIENT_EMAIL
  • GCS_PRIVATE_KEY
  • ENABLED_TOOLGROUPS
  • SKIP_HEALTH_CHECKS

Security Notes

Implements robust path validation (e.g., `validateLocalFilePath`) to prevent path traversal and unauthorized access/writes to sensitive local system directories. Relies on environment variables for API credentials rather than hardcoding. Uses the official `@google-cloud/storage` SDK, reducing direct network implementation risks.

Similar Servers

Stats

Interest Score47
Security Score9
Cost ClassMedium
Avg Tokens3000
Stars58
Forks6
Last Update2026-01-19

Tags

cloud storageGoogle Cloud StorageGCSfile managementdata storage