Skip to content
Cursor

HybridS3 for Cursor

io.github.psyb0t/hybrids3

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

client:Cursor transport:stdio runtime:oci

Install HybridS3 in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

HybridS3 in other clients