gateway

Universal MCP-Server for your Databases optimized for LLMs and AI-Agents.

GitHub Stars

471

User Rating

Not Rated

Favorites

0

Views

77

Forks

55

Issues

14

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Docker: Latest version

Installation Steps

1. Start Gateway using Docker

bash
docker run --platform linux/amd64 -p 9090:9090 \
  ghcr.io/centralmind/gateway:v0.2.18 start \
  --connection-string "postgres://db-user:db-password@db-host/db-name?sslmode=require"

2. Verify Server Startup

Check that the server started successfully with the following information:
shell
INFO Gateway server started successfully!
INFO MCP SSE server for AI agents is running at: http://localhost:9090/sse
INFO REST API with Swagger UI is available at: http://localhost:9090/

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Docker settings and the connection string.