centralmind/gateway
MCP and MCP SSE Server that automatically generate API based on database schema and data. Supports PostgreSQL, Clickhouse, MySQL, Snowflake, BigQuery, Supabase
Quick Start
Clone the repository:
git clone https://github.com/centralmind/gatewayClaude Desktop configuration example:
{
"mcpServers": {
"gateway": {
"command": "npx",
"args": [
"-y",
"centralmind/gateway"
]
}
}
}Check the repository README for specific installation and configuration instructions.