All MCP servers

Remote Filesystem

Official
by Api.AirforcestdioCloud & Infrastructure070MIT

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

mcpopen-sourcecloud-infrastructure

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "remote-filesystem-impb8a99": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}