Skip to content
Windsurf

HybridS3 for Windsurf

io.github.psyb0t/hybrids3

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

client:Windsurf transport:stdio runtime:oci

Install HybridS3 in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

HybridS3 in other clients