Universal MCP-Server for your Databases optimized for LLMs and AI-Agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gateway": {
"command": "go",
"args": [
"run",
"github.com/centralmind/gateway@latest"
]
}
}
}
Run in terminal:
claude mcp add gateway go run github.com/centralmind/gateway@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"gateway": {
"command": "go",
"args": [
"run",
"github.com/centralmind/gateway@latest"
]
}
}
}