Back to MCP Servers
🔌

centralmind/gateway

Apache-2.0API key required

🏎️ 🏠 🍎 🪟 - MCP and MCP SSE Server that automatically generate API based on database schema and data. Supports PostgreSQL, Clickhouse, MySQL, Snowflake, BigQuery, Supabase

GoDatabases

Install

npx -y centralmind-gateway

Required environment variables

GEMINI_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "centralmind-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "centralmind-gateway"
      ],
      "env": {
        "GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.