This package contains everything needed to set up the SkySQL MCP (Model Context Protocol) server, which provides a powerful interface for managing SkySQL (MySQL/MariaDB) database instances and interacting with SkyAI Agents. - Launch and manage serverless MariaDB database instances - Interact with AI-powered database agents - Execute SQL queries directly on SkySQL (MySQL/MariaDB) instances - Manage
Add this skill
npx mdskills install skysqlinc/skysql-mcpWell-documented MCP server for managing MariaDB instances with clear setup but missing tool specifications
This package contains everything needed to set up the SkySQL MCP (Model Context Protocol) server, which provides a powerful interface for managing SkySQL (MySQL/MariaDB) database instances and interacting with SkyAI Agents.
Clone the repository:
git clone git@github.com:skysqlinc/skysql-mcp.git
cd skysql-mcp
Run the installation script:
chmod +x install.sh
./install.sh
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.
SKYSQL_API_KEY=
Use MCP CLI tool to test the server interactively.
npx @wong2/mcp-cli uv run python src/mcp-server/server.py
Configure in Cursor.sh manually
For Mac/Linux:
chmod +x launch.sh
Update mcp.json:
"/skysql-mcp/launch.sh" for Mac/Linux and "\\skysql-mcp\\launch.bat" for Windows.SKYSQL_API_KEY with your SkySQL API keyCopy the mcp.json included in the repo to Cursor MCP Settings
Smithery.aiYou can use Smithery.ai to test the MCP server via their UI. Follow the installation instructions from smithery.ai
For example, use the following command to install it in Cursor.sh IDE:
npx -y @smithery/cli@latest install @skysqlinc/skysql-mcp --client cursor --profile --key
For Windsurf:
npx -y @smithery/cli@latest install @skysqlinc/skysql-mcp --client windsurf --profile --key
Install via CLI
npx mdskills install skysqlinc/skysql-mcpSkySQL MCP Server is a free, open-source AI agent skill. This package contains everything needed to set up the SkySQL MCP (Model Context Protocol) server, which provides a powerful interface for managing SkySQL (MySQL/MariaDB) database instances and interacting with SkyAI Agents. - Launch and manage serverless MariaDB database instances - Interact with AI-powered database agents - Execute SQL queries directly on SkySQL (MySQL/MariaDB) instances - Manage
Install SkySQL MCP Server with a single command:
npx mdskills install skysqlinc/skysql-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
SkySQL MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.