Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ—„๏ธ Databases
  3. Gateway
Gateway logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 8:48:00 PM

Gateway

User RatingsBe the first to rate and review this MCP server!
View Repository548 GitHub StarsTotal stargazers on GitHub for the source repository (548 stars).Visit Website
databasesmcpapi-generationdata-platforms

Generates REST and MCP interfaces from database schemas and sampled data for AI-assisted data access.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "centralmind-gateway": {
      "url": "http://localhost:9090/sse"
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ—„๏ธ More in Databases

Overview

The centralmind/gateway MCP server connects AI agents to structured databases through generated MCP or REST APIs. It examines database schemas and sampled data, then uses a configured AI provider during discovery to produce an API configuration. Supported connectors include PostgreSQL, MySQL, ClickHouse, Snowflake, BigQuery, MSSQL, Oracle, SQLite, and Elasticsearch. Reach for it when an agent needs controlled access to operational or analytical data through MCP, OpenAPI, or an SSE endpoint.

Use cases

โ€ขQuery a warehouse through an AI agent
โ€ขExpose database tables through MCP
โ€ขGenerate REST APIs from database schemas
โ€ขAdd row-level controls to agent data access

Key features

โ€ขAutomatic API generation from schema and sampled data
โ€ขMCP and MCP SSE endpoints
โ€ขREST and OpenAPI 3.1 output
โ€ขMultiple database connectors
โ€ขPII redaction and row-level security
โ€ขOpenTelemetry monitoring support

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Gateway.

Extracted Tool Capabilities
Automatic API generation from schema and sampled data
MCP and MCP SSE endpoints
REST and OpenAPI 3.1 output
Multiple database connectors
PII redaction and row-level security
OpenTelemetry monitoring support

How Gateway works

What centralmind/gateway does

The centralmind/gateway MCP server exposes structured database data to AI agents through Model Context Protocol or generated REST APIs. It can also publish an OpenAPI 3.1 specification and Swagger documentation for the generated interface. The project is intended for development workflows where an LLM needs to query or modify database data, analytical use cases such as chatting with a warehouse, and agent applications that call database-backed functions.

Supported database connectors listed by the project include PostgreSQL, MySQL, ClickHouse, Snowflake, BigQuery, MSSQL, Oracle Database, SQLite, and Elasticsearch. The generated interface can be served through MCP, MCP over SSE, REST, or direct and raw SQL API modes.

How it works

At startup, the gateway connects to a database, reads its schema, and examines sampled data. A configured LLM provider uses that information and a supplied prompt to create an API configuration designed for the available data. According to the project documentation, the LLM is used during discovery rather than for every database request.

The resulting service can run locally, in Docker, or in Kubernetes. A typical Docker deployment listens on port 9090, exposes an MCP SSE endpoint at /sse, and provides a REST interface with Swagger UI at the root URL. Clients can then connect through MCP or call the generated HTTP API.

Setup and configuration

The repository can be built from source with Go by cloning the project, downloading its modules, and running go build .. The README also demonstrates a Docker image hosted at ghcr.io/centralmind/gateway, started with the start subcommand and a database connection string.

API generation requires configuration for one of the documented AI providers: OpenAI-compatible services, Anthropic, Amazon Bedrock, Google Vertex AI through Anthropic, or Google Gemini. Provider authorization is configured separately; the README shows a Gemini API key as one example. Database connection details are supplied through the gateway configuration or startup arguments.

YAML configuration and plugins control customization. Deployment documentation covers standalone binaries, Docker, and Kubernetes. The project also documents integrations with Claude Desktop, Cursor, LangChain, and OpenAI-based applications.

Tools and capabilities

  • Generates an API from database schema information and sampled records.
  • Serves MCP, including an SSE transport, alongside REST endpoints.
  • Produces OpenAPI 3.1 output and Swagger documentation.
  • Supports API-key and OAuth authentication options.
  • Provides PII redaction through a regular-expression plugin or Microsoft Presidio.
  • Supports Lua-based row-level security rules.
  • Offers time-based and LRU caching options.
  • Emits request telemetry and audit information through OpenTelemetry.
  • Can use hosted AI providers or configurable self-hosted model endpoints.

Limitations and notes

The centralmind/gateway MCP server depends on access to a supported database and an AI provider for API discovery. The README describes a free Gemini tier, but other provider configurations may involve their own credentials or costs. Security controls such as PII filtering, authentication, row-level security, and telemetry are available as configuration features; they still need to be configured for the deployment.

The generated API reflects the schema and sampled data available during discovery. Changes to database structure or desired access rules may require regenerating or updating the configuration. The project documentation should be consulted for connector-specific options and deployment details.

Getting started with this centralmind/gateway MCP server

Always refer to the official documentation for the most accurate and up-to-date information.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Databases View all alternatives
  • Genai Toolbox logoGenai Toolbox

    Open source MCP server specializing in easy, fast, and secure tools for Databases.

    ๐Ÿ—„๏ธ Databases5 views
    Compare vs Genai Toolbox โ†’
  • Legion MCP logoLegion MCP

    Universal database MCP server supporting multiple database types including PostgreSQL, Redshift, CockroachDB, MySQL, RDS MySQL, Microsoft SQL Server, BigQuery, Oracle DB, and SQLite.

    ๐Ÿ—„๏ธ Databases5 views
    Compare vs Legion MCP โ†’
  • MCP Server Mysql logoMCP Server Mysql

    MySQL database integration in NodeJS with configurable access controls and schema inspection

    ๐Ÿ—„๏ธ Databases3 views
    Compare vs MCP Server Mysql โ†’
  • MCP Confluent logoMCP Confluent

    Confluent integration to interact with Confluent Kafka and Confluent Cloud REST APIs.

    ๐Ÿ—„๏ธ Databases4 views
    Compare vs MCP Confluent โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
548
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Gateway

The repository documents building from source with Go and running a published Docker image. A Docker deployment uses the gateway image, the `start` command, and a database connection string.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGateway AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/centralmind-gateway?style=directory)](https://allmcps.com/mcp/centralmind-gateway)
HTML Embed
<a href="https://allmcps.com/mcp/centralmind-gateway"><img src="https://allmcps.com/api/badge/centralmind-gateway?style=directory" alt="Gateway on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ—„๏ธDatabases
PricingFree
More technical detailsExpand โ–พ
TransportSSE (Remote)
AuthAPI key
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars548
GitHub Star CountTotal stargazers on GitHub representing community popularity (548 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 18, 2025
51Quality signal: Good ยท 51/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools23/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ—„๏ธ Databases โ†’Best MCP servers for Databases โ†’Alternatives to Gateway โ†’Install in Claude DesktopInstall in CursorInstall in VS Code