Skip to content
VS Code

HybridS3 for VS Code

io.github.psyb0t/hybrids3

Self-hosted S3-compatible object storage server with an MCP interface for AI agents.

client:VS Code transport:stdio runtime:oci

Install HybridS3 in VS Code

.vscode/mcp.json

{
  "servers": {
    "hybrids3": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/psyb0t/hybrids3:v0.3.8"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

HybridS3 in other clients