1. Conduid
  2. Data
  3. skysqlinc/skysql-mcp
MCP server · Data

skysqlinc/skysql-mcp

SkySQL MCP server and client repository.

Unclaimed MIT last commit 10 months ago data
51Fair

Scored 4 months ago · breakdown

About skysqlinc/skysql-mcp

skysqlinc/skysql-mcp is an MCP server published by skysqlinc in the Data category: skySQL MCP server and client repository. It has been installed 0 times through Conduid.

The repository has 2 stars and 3 forks, with the last commit 10 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx skysql-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about skysqlinc/skysql-mcp

Powered by Claude · Grounded in docs

I know everything about skysqlinc/skysql-mcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

SkySQL MCP Server

Trust Score smithery badge

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.

Features

  • Launch and manage serverless MariaDB database instances
  • Interact with AI-powered database agents
  • Execute SQL queries directly on SkySQL (MySQL/MariaDB) instances
  • Manage database credentials and IP allowlists
  • List and monitor database services

Installation

Prerequisites

  • Python 3.10 or higher
  • A SkySQL API key

Option 1: Run locally

Installation steps

  1. Clone the repository:

    git clone git@github.com:skysqlinc/skysql-mcp.git
    cd skysql-mcp
    
  2. Run the installation script:

    chmod +x install.sh
    ./install.sh
    
  3. 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=<your_skysql_api_key_here>
    
  4. Use MCP CLI tool to test the server interactively.

    npx @wong2/mcp-cli uv run python src/mcp-server/server.py
    
  5. Configure in Cursor.sh manually

    For Mac/Linux:

    chmod +x launch.sh
    

Update mcp.json:

  • command "<full-path-to>/skysql-mcp/launch.sh" for Mac/Linux and "<full-path-to>\\skysql-mcp\\launch.bat" for Windows.
  • SKYSQL_API_KEY with your SkySQL API key

Copy the mcp.json included in the repo to Cursor MCP Settings

Option 2: Installing via Smithery.ai

You 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 <your-smithery-profile> --key <your-smithery-kay>

For Windsurf:

npx -y @smithery/cli@latest install @skysqlinc/skysql-mcp --client windsurf --profile <your-smithery-profile> --key <your-smithery-key>

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About skysqlinc/skysql-mcp

How do I install skysqlinc/skysql-mcp?

Run npx skysql-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is skysqlinc/skysql-mcp safe to use with an AI agent?

Its trust score is 51 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is skysqlinc/skysql-mcp still maintained?

The last commit was 10 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.