HybridS3 for Zed
io.github.psyb0t/hybrids3
Self-hosted S3-compatible object storage server with an MCP interface for AI agents.
client:Zed
transport:stdio
runtime:oci
Install HybridS3 in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"hybrids3": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/hybrids3:v0.3.8"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs