Skip to content

skysqlinc/skysql-mcp

Repository files navigation

SkySQL MCP Server

This package contains everything needed to setup the SkySQL MCP (Machine Control Protocol) server.

Prerequisites

  • Python 3.8 or higher
  • uv package manager (recommended) or pip
  • A SkySQL API key

Setup Instructions

  1. Clone this repository
  2. Create and activate a virtual environment:
    python -m venv .venv
    source .venv/bin/activate  # On Windows use: .venv\Scripts\activate
  3. Install dependencies:
    uv pip install -r requirements.txt
    # OR using pip:
    # pip install -r requirements.txt
  4. Create a .env file in the root directory with your SkySQL API key:
    SKYSQL_API_KEY=your_skysql_api_key_here
    

Running the Tests

Use MCP CLI tool to test the server.

npx @wong2/mcp-cli python src/mcp-server/server.py

About

SkySQL MCP server and client repository.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published