Serverless MariaDB Cloud MCP server to manage SkySQL instances and run SQL with AI agent support.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Skysql MCP.
This package contains everything needed to set up the SkySQL/MariaDB Cloud MCP (Model Context Protocol) server, which provides a powerful interface for managing SkySQL MariaDB database instances and interacting with AI Agents.
Clone the repository:
Run the installation script:
Create a .env file in the root directory of the cloned git repository with your SkySQL API key. Obtain API key by signing up for free on SkySQL.
Start the MCP server (HTTP mode):
The server will start on http://localhost:8000/mcp by default.
Configure your IDE:
Add the following to your Cursor MCP config (~/.cursor/mcp.json or .cursor/mcp.json in your project):
The
X-API-Keyheader is sent with each request, allowing per-user API keys when the server is hosted remotely.
Add the following to your Windsurf MCP config (~/.codeium/windsurf/mcp_config.json):
Note: Windsurf uses
serverUrl(noturl) and cannot send request headers. Start the server in single-tenant mode so it falls back to the API key in your environment:With
SKYSQL_API_KEYset in.env(step 3). WithoutSKYSQL_SINGLE_TENANT, the server requires every HTTP caller to supply its ownX-API-Keyheader and will reject requests that don't โ deliberately, so a shared deployment can never serve requests using the operator's key.
Add the server as a custom connector (Settings > Connectors > Add custom connector), then supply your API key under Request headers:
| Field | Value |
|---|---|
| URL | your deployed server URL, ending in /mcp |
| Header name | x-api-key |
| Header value | your SkySQL API key, with no prefix |
| Required | yes |
Generate the key at app.skysql.com/user-profile/api-keys. Enter it exactly as-is โ Claude sends the value verbatim and does not add a scheme or prefix.
Claude requires a publicly reachable HTTPS URL, so
http://localhost:8000/mcpwill not work here; deploy the server first. Request header authentication is currently in beta and may need to be enabled for your organization.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/skysqlinc-skysql-mcp)<a href="https://allmcps.com/mcp/skysqlinc-skysql-mcp"><img src="https://allmcps.com/api/badge/skysqlinc-skysql-mcp?style=directory" alt="Skysql MCP on AllMCPs" /></a>