← Index

com.pulsemcp/remote-filesystem

com.pulsemcp/remote-filesystem·v0.1.2·Filesystem
Quality Score
80
/100

MCP server for remote filesystem operations on cloud storage (Google Cloud Storage).

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "remote-filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "remote-filesystem-mcp-server"
      ],
      "env": {
        "GCS_BUCKET": "<gcs_bucket>",
        "GCS_PROJECT_ID": "<gcs_project_id>",
        "GCS_CLIENT_EMAIL": "<gcs_client_email>",
        "GCS_PRIVATE_KEY": "<your-gcs_private_key>",
        "GOOGLE_APPLICATION_CREDENTIALS": "<google_application_credentials>",
        "GCS_ROOT_PATH": "<gcs_root_path>",
        "GCS_MAKE_PUBLIC": "false",
        "ENABLED_TOOLGROUPS": "<enabled_toolgroups>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "remote-filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "remote-filesystem-mcp-server"
      ],
      "env": {
        "GCS_BUCKET": "<gcs_bucket>",
        "GCS_PROJECT_ID": "<gcs_project_id>",
        "GCS_CLIENT_EMAIL": "<gcs_client_email>",
        "GCS_PRIVATE_KEY": "<your-gcs_private_key>",
        "GOOGLE_APPLICATION_CREDENTIALS": "<google_application_credentials>",
        "GCS_ROOT_PATH": "<gcs_root_path>",
        "GCS_MAKE_PUBLIC": "false",
        "ENABLED_TOOLGROUPS": "<enabled_toolgroups>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y remote-filesystem-mcp-server
§02  Environment variables
GCS_BUCKET
required

Google Cloud Storage bucket name.

GCS_PROJECT_ID

Google Cloud project ID.

GCS_CLIENT_EMAIL

Service account email for inline credentials.

GCS_PRIVATE_KEY
secret

Service account private key for inline credentials.

GOOGLE_APPLICATION_CREDENTIALS

Path to Google Cloud service account key file.

GCS_ROOT_PATH

Root path prefix to restrict access within bucket.

GCS_MAKE_PUBLIC

Make uploaded files publicly accessible.

ENABLED_TOOLGROUPS

Comma-separated tool groups: readonly or readwrite.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Filesystem