Show HN: Web Tool to Create a Universal Database MCP Server

6 laskoviymishka 4 4/30/2025, 1:58:47 PM centralmind.ai ↗
We just launched a small project I'm really proud of — a turbo Database MCP server! https://centralmind.ai

- Connect your database to Cursor or Windsurf in just a few clicks.

- Chat with PostgreSQL, MSSQL, ClickHouse, Elasticsearch, and more.

- Query huge Parquet files instantly with DuckDB in-memory mode.

- No downloads, no setup headaches.

Short video: https://youtu.be/BboQtxen9tA

Built on top of our open-source MCP Database Gateway: https://github.com/centralmind/gateway

Note: You’ll need to provide connection strings to your databases. For those who care about privacy, it still can be a great tool for experimenting with MCPs, development, or analyzing public datasets with DuckDB

Comments (4)

vbaum · 8h ago
Nice work! A universal MCP server for this many databases could be a huge time-saver.

A question → Any plans for self-hosted/on-prem? The open-source gateway is cool, but some teams will want full control over their data flow

laskoviymishka · 6h ago
Yes, this is a cherry on top of our open source gateway - https://github.com/centralmind/gateway

There is a helm chart to deploy it in your k8s / docker.

gaploid · 8h ago
Wow, really easy to create server. For how long is it stayed active?
laskoviymishka · 6h ago
Always, it's lazily initialized, if no active sse connection there it's shutting down, once first connecting made it back again.

Active sse connection stay as long as needed