HybridS3 for Claude Desktop
io.github.psyb0t/hybrids3
Self-hosted S3-compatible object storage server with an MCP interface for AI agents.
client:Claude Desktop
transport:stdio
runtime:oci
Install HybridS3 in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"hybrids3": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/hybrids3:v0.3.8"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs