Skip to main content
DatabasesGo

centralmind/gateway

MCP and MCP SSE Server that automatically generate API based on database schema and data. Supports PostgreSQL, Clickhouse, MySQL, Snowflake, BigQuery, Supabase

databaseslocal-servicemacoswindows
Share:

Quick Start

Clone the repository:

git clone https://github.com/centralmind/gateway

Claude Desktop configuration example:

{
  "mcpServers": {
    "gateway": {
      "command": "npx",
      "args": [
        "-y",
        "centralmind/gateway"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Go
Author
centralmind