Read-only SQL across your PostgreSQL, MySQL, S3 buckets and local data files, in one query.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Distributed as an MCP bundle (`https://github.com/slotix/dbconvert-streams-public/releases/download/v2.7.3/dbconvert-streams-2.7.3.mcpb`) — download it and import the bundle in your MCP client.
Run
docker run -i --rm docker.io/slotix/stream-mcp:2.7.3
MCP client config
{
"mcpServers": {
"dbconvert-streams-federated-sql": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/slotix/stream-mcp:2.7.3"
]
}
}
}Run
npx -y @dbconvert/stream-mcp
MCP client config
{
"mcpServers": {
"dbconvert-streams-federated-sql": {
"command": "npx",
"args": [
"-y",
"@dbconvert/stream-mcp"
]
}
}
}