What is the HybridS3 MCP server?
Self-hosted S3-compatible object storage server with an MCP interface for AI agents.
How to install HybridS3
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"hybrids3": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/hybrids3:v0.3.8"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"hybrids3": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/hybrids3:v0.3.8"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"hybrids3": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/hybrids3:v0.3.8"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"hybrids3": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/hybrids3:v0.3.8"
]
}
}
}Claude Code
claude mcp add hybrids3 -- docker run -i --rm docker.io/psyb0t/hybrids3:v0.3.8Related MCP servers
Claudebox
Active
Self-hosted MCP server exposing Claude Code as an agentic AI tool over streamable HTTP.
19
View repository →Shell
WTFPL
Talkies
Active
Self-hosted MCP server for speech: ASR transcription, TTS synthesis, and file staging tools.
5
View repository →Python
WTFPL
Mailbox
Active
Self-hosted MCP server for unified IMAP/SMTP mailbox access: read, list, and send email.
2
View repository →Python
WTFPL
Pibox
Active
Self-hosted MCP server: pi-coding-agent tools (run_prompt, file ops) over streamable HTTP.
2
View repository →Shell
WTFPL
Predictalot
Active
Self-hosted MCP server for time-series forecasting and tabular ML via foundation models.
2
View repository →Python
WTFPL
Audiolla
Active
Self-hosted MCP server: audio stems, mastering, MIR analysis, DSP, MIDI, speech tools.
1
View repository →Python
WTFPL