mcp-servers
Verified Safeby 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
npx -y @pulsemcp/cloud-storageEnvironment 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
klavis
Develop and deploy AI agents that interact with a wide array of web services (e.g., Gmail, YouTube, LinkedIn, Supabase, Salesforce, Kubernetes) through a standardized Model Context Protocol (MCP), often orchestrated by an intelligent routing layer like Strata.
mcp
Connect IBM products and other enterprise systems to AI agents via the Model Context Protocol (MCP) to enable AI models to interact with various local and remote resources.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.