Dbconvert Streams MCP

by slotix

277 downloads
Not rated
GitHub

About

Read-only MCP server for your databases. Lets AI assistants inspect schemas, preview data, run read-only SQL, and join across PostgreSQL, MySQL, files (CSV/JSONL/Parquet), and S3 - 26 read-only tools. SELECT-only by server-side filter: the AI can look and explain, never write.

Details

Author
slotix
Downloads
277
Categories
Search, Database

- 26 read-only tools for database inspection and queries.
- Federated queries across PostgreSQL, MySQL, CSV/JSONL/Parquet, and S3.
- Diagnose streams: status, recent errors, logs, and throughput.
- Read‑only by design – only SELECT queries pass the filter.
- Supports stdio and HTTP transports.
- Compatible with numerous AI coding assistants.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Dbconvert Streams MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Setup takes about 5 minutes via the provided guide. The server supports stdio transport (desktop, one-click from the AI Assistants panel) and HTTP transport (Docker/self-hosted). It works with Claude Desktop, Claude Code, Cursor, VS Code Copilot, Windsurf, Gemini CLI, and Codex.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "dbconvert streams mcp": {
            "dbconvert-streams": {
                "url": "https://your-host/mcp",
                "headers": {
                    "X-API-Key": "<your-api-key>",
                    "X-Install-ID": "<your-install-id>"
                }
            }
        }
    }
}

McpServers

{
    "dbconvert-streams": {
        "url": "https://your-host/mcp",
        "headers": {
            "X-API-Key": "<your-api-key>",
            "X-Install-ID": "<your-install-id>"
        }
    }
}

DBConvert Streams MCP gives AI assistants read-only access to your databases through the Model Context Protocol.

What it does
- Inspect connections, schemas, tables, and views
- Preview data and run read-only SELECT queries
- Join data across PostgreSQL, MySQL, files (CSV/JSONL/Parquet), and S3 in one federated query
- Diagnose streams: status, recent errors, logs, throughput
- 26 read-only tools total

Read-only by design — only SELECT passes the server-side filter. The AI can look and explain, never write, change configs, or start streams.

Transports: stdio (desktop, one-click from the AI Assistants panel) and HTTP (Docker / self-hosted).

Works with: Claude Desktop, Claude Code, Cursor, VS Code Copilot, Windsurf, Gemini CLI, Codex.

Setup (~5 min): https://streams.dbconvert.com/docs/mcp/setup

Demo: https://streams.dbconvert.com/video-tutorials/ai-talk-to-your-database

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.