Home › Databases & Data › DBConvert Streams (Federated SQL)
DBConvert Streams (Federated SQL)
Read-only SQL across your PostgreSQL, MySQL, S3 buckets and local data files, in one query.
Topics: Databases
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (mcpb 2.7.3)
Package: mcpb https://github.com/slotix/dbconvert-streams-public/releases/download/v2.7.3/dbconvert-streams-2.7.3.mcpb
Package (oci)
docker run -i --rm docker.io/slotix/stream-mcp:2.7.3
Or add to your MCP client config:
{
"mcpServers": {
"dbconvert-streams-public": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/slotix/stream-mcp:2.7.3"
]
}
}
}
This server takes extra arguments — see its repository.
Package (npm 2.7.3)
npx -y @dbconvert/stream-mcp@2.7.3
Or add to your MCP client config:
{
"mcpServers": {
"dbconvert-streams-public": {
"command": "npx",
"args": [
"-y",
"@dbconvert/stream-mcp@2.7.3"
]
}
}
}
This server takes extra arguments — see its repository.
Related servers
MCP Toolbox for Databases
MCP Toolbox for Databases enables your agent to connect to your database.
baserow
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
postgres-mcp
All-in-one MCP server for Postgres development and operations, with tools for performance analysis, tuning, and health checks
Supabase
MCP server for interacting with the Supabase platform
mcp-server-mysql
MySQL database integration in NodeJS with configurable access controls and schema inspection
mcp-server-qdrant
A Qdrant MCP server
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry