MCPNav
D

DBConvert Streams (Federated SQL)

MCP server · by dbconvert

Databases
mcpbDockernpm
v2.7.3

Read-only SQL across your PostgreSQL, MySQL, S3 buckets and local data files, in one query.

Install

Run one of the commands below, then add the client config underneath.

mcpb
https://github.com/slotix/dbconvert-streams-public/releases/download/v2.7.3/dbconvert-streams-2.7.3.mcpb
Docker
docker run -i --rm docker.io/slotix/stream-mcp:2.7.3
npm
npx -y @dbconvert/stream-mcp

Client configuration

Paste into Claude Desktop, Cursor (mcp.json), VS Code or any MCP client, then restart the client.

mcpServers
{
  "mcpServers": {
    "streams": {
      "command": "npx",
      "args": [
        "-y",
        "@dbconvert/stream-mcp"
      ]
    }
  }
}

About this server

DBConvert Streams (Federated SQL) is listed in the Databases category of the MCPNav directory. It is distributed as mcpb, Docker, npm and can be loaded by any client that speaks the Model Context Protocol.

Typical uses include giving your assistant scoped access to the corresponding service so it can answer questions and take actions with real data instead of guessing. Always review what a server can access before you enable it — see our MCP security guide.

Frequently asked questions

What is the DBConvert Streams (Federated SQL) MCP server?

DBConvert Streams (Federated SQL) is an MCP server by dbconvert. Read-only SQL across your PostgreSQL, MySQL, S3 buckets and local data files, in one query.

How do I install DBConvert Streams (Federated SQL)?

Install it with: https://github.com/slotix/dbconvert-streams-public/releases/download/v2.7.3/dbconvert-streams-2.7.3.mcpb. Then add the JSON config to your client's MCP settings and restart the client.

Is DBConvert Streams (Federated SQL) free to use?

The MCP server itself is free to install. The source is public on https://github.com/slotix/dbconvert-streams-public. Any third-party API it calls (such as a search or maps API) may require its own key and billing.

Which clients support DBConvert Streams (Federated SQL)?

Any MCP-compatible client can use it, including Claude Desktop, Cursor, VS Code, Windsurf and custom agents.