Skip to content
Grok

HybridS3 for Grok

io.github.psyb0t/hybrids3

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

client:Grok transport:stdio runtime:oci

Install HybridS3 in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

HybridS3 in other clients