SkySQL MCP Server
by skysqlinc
This package provides the necessary components to set up the SkySQL MCP (Machine Control Protocol) server. It requires Python 3.8+ and a SkySQL API key to function.
View on GitHub
Last updated: N/A
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
- Clone this repository
- Create and activate a virtual environment:
python -m venv .venv source .venv/bin/activate # On Windows use: .venv\Scripts\activate
- Install dependencies:
uv pip install -r requirements.txt # OR using pip: # pip install -r requirements.txt
- 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