送信

Dbconvert Streams MCP

@Slotix s.r.o.

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.
概要

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

サーバー設定

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