Back to MCP Servers
Gateway
MCP and MCP SSE Server that automatically generate API based on database schema and data. Supports PostgreSQL, Clickhouse, MySQL, Snowflake, BigQuery, Supabase
databasespostgresmysqlapi
By centralmind
Installation
npx -y gatewayConfiguration
{
"mcpServers": {
"gateway": {
"command": "npx",
"args": ["-y", "gateway"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes