DBConvert Streams (Federated SQL) MCP Server

Database IDE + migration + real-time CDC - in one workflow. Query data, move it, keep it in sync, and let your AI assistant see it all. Its 27 documented tools cover dbconvert, stream, preview, schemas. It runs locally over stdio via the published package.

People who work with dbconvert, stream and preview and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Dockerfile.

VERIFIED ACTIVE

LAST COMMIT 2026-09-05 · ★ 24 · #45 OF 168 MAINTAINED DATABASE · VERIFIED 2026-09-18

MIT · Dockerfile · how we verify → /methodology

01 · Install DBConvert Streams (Federated SQL)

Claude Code

claude mcp add slotix-dbconvert-streams-public -- npx -y @dbconvert/stream-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · container (OCI image) - can be sandboxed away from your filesystem · Claude Desktop extension (.mcpb bundle)

license MIT - declared in the repository

npm package @dbconvert/stream-mcp - the @dbconvert scope differs from the repo owner (slotix); confirm it's the project's official package

registry vendor namespace com.dbconvert - domain-verified with the official MCP registry

03 · What DBConvert Streams (Federated SQL) can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list workspace connections, inspect one connection, list databases, and list schemas.

The 27 tools it gives your agent

Extracted from the project's README - what DBConvert Streams (Federated SQL) lets an agent do.

dbconvert_list_connections
- list workspace connections
dbconvert_get_connection
- inspect one connection
dbconvert_list_databases
- list databases
dbconvert_list_schemas
- list schemas
dbconvert_list_tables
- list tables
dbconvert_list_views
- list views
dbconvert_describe_table
- inspect table columns and keys
dbconvert_preview_table
- preview table rows
dbconvert_describe_view
- inspect a view
dbconvert_preview_view
- preview view rows
dbconvert_run_select
- run a SELECT query
dbconvert_explain_select
- explain a SELECT query
show all 27 tools
dbconvert_compare_schemas
- compare schemas
dbconvert_compare_data_sample
- compare data samples
dbconvert_list_streams
- list streams
dbconvert_get_stream
- inspect a stream
dbconvert_get_stream_status
- get stream status
dbconvert_get_stream_stats
- get stream throughput and statistics
dbconvert_get_stream_recent_errors
- inspect recent stream errors
dbconvert_get_stream_recent_logs
- inspect recent stream logs
dbconvert_list_files
- list workspace files
dbconvert_get_file_schema
- inspect a file schema
dbconvert_preview_file
- preview file rows
dbconvert_list_s3_buckets
- list S3 buckets
dbconvert_list_s3_objects
- list S3 objects
dbconvert_run_federated_select
- run a read-only query across sources
dbconvert_explain_federated_select
- explain a federated SELECT query

Latest releases

v2.8.0 · 2026-09-05

DBConvert Streams MCP 2.8.0 · The standalone read-only MCP server now ships with DBConvert Streams 2.8.0. · It gives Claude Desktop and other MCP clients read-only SQL across PostgreSQL, · MySQL, S3 buckets, and local…

v2.7.3 · 2026-08-31

Backend range: v2.7.2..v2.7.3 · One click, and the client asks for your database · The Add to VS Code and Add to Cursor buttons used to install a server · configured with a sample connection string, which you then had…

v2.7.2 · 2026-08-30

The Linux extension now runs on Linux · The .mcpb bundle's Linux binary in 2.7.0 and 2.7.1 demanded GLIBC 2.43 and · refused to start on anything older - which is nearly everything: Ubuntu 24.04 · ships 2.39, Debian 13…

04 · Who maintains DBConvert Streams (Federated SQL)

DBConvert Streams (Federated SQL) is maintained by slotix. It's the only MCP server we track from this author; the repo dates to Nov 2022.

05 · Facts

category
database - ranked #45 of 168 actively-maintained database servers as of 2026-09-18.
release cadence
7 releases in the last 90 days (latest 2026-09-05)
registry
com.dbconvert/streams (active, first published 2026-08-29 · 5 versions)
packages
mcpb:https://github.com/slotix/dbconvert-streams-public/releases/download/v2.7.3/dbconvert-streams-2.7.3.mcpb · oci:docker.io/slotix/stream-mcp:2.7.3 · npm:@dbconvert/stream-mcp

06 · DBConvert Streams (Federated SQL) FAQ

Is DBConvert Streams (Federated SQL) still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-05 and it shipped 7 releases in the last 90 days. We re-verify nightly.

What can DBConvert Streams (Federated SQL) do?

With this server connected, an agent can list workspace connections, inspect one connection, list databases, and list schemas.

How do I install DBConvert Streams (Federated SQL)?

Run `npx -y @dbconvert/stream-mcp`. You can also paste the ready-made client config above.

Does DBConvert Streams (Federated SQL) run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to DBConvert Streams (Federated SQL)