CentralMind Gateway is an open-source tool designed to generate secure, AI-optimized APIs from your structured databases. It ensures compliance with data protection regulations while simplifying API generation and deployment.
CentralMind Gateway is an open-source tool designed to generate secure, AI-optimized APIs from your structured databases. It ensures compliance with data protection regulations while simplifying API generation and deployment.
docker run --platform linux/amd64 -p 9090:9090 ghcr.io/centralmind/gateway:v0.2.18 start --connection-string "postgres://user:pass@host/db"Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"centralmind-gateway": {
"command": "npx",
"args": [
"-y",
"docker run --platform linux/amd64 -p 9090:9090 ghcr.io/centralmind/gateway:v0.2.18 start --connection-string \"postgres://user:pass@host/db\""
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from CentralMind Gateway?"
No configuration required. This server works out of the box.
"What resources are available in CentralMind Gateway?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in CentralMind Gateway"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in CentralMind Gateway with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.