SkySQL MCP Integration
This project provides a REST API interface for managing SkySQL databases, with integration capabilities for GitHub and Smithery.ai.
Features
- Create and manage serverless databases in SkySQL
- RESTful API endpoints for database operations
- GitHub integration for version control
- Smithery.ai deployment support
Prerequisites
- Node.js (v14 or higher)
- npm or yarn
- SkySQL API key
- GitHub account
- Smithery.ai account
Setup
- Clone the repository:
git clone <your-repo-url>
cd skysql-mcp
- Install dependencies:
npm install
- Create a
.envfile with your credentials:
SKYSQL_API_KEY=your_api_key
SKYSQL_HOST=your_host
SKYSQL_USER=your_user
SKYSQL_PASSWORD=your_password
SKYSQL_DATABASE=your_database
- Start the development server:
npm run dev
API Endpoints
POST /api/databases- Create a new databaseGET /api/databases- List all databasesGET /api/databases/:id- Get database statusDELETE /api/databases/:id- Delete a databasePOST /api/query- Execute SQL queriesGET /health- Health check endpoint
Deployment
This project is configured for deployment on Smithery.ai. Follow these steps:
- Push your code to GitHub
- Connect your GitHub repository to Smithery.ai
- Configure your environment variables in Smithery.ai
- Deploy your application
License
MIT
SkySQL Integration
Project Details
- anishksk/MCP-Server
- Last Updated: 3/28/2025
Recomended MCP Servers
MCP Server for Genesis World.
OpenAPI specification MCP server.
kom 是一个用于 Kubernetes 操作的工具,SDK级的kubectl、client-go的使用封装。并且支持作为管理k8s 的 MCP server。 它提供了一系列功能来管理 Kubernetes 资源,包括创建、更新、删除和获取资源,甚至使用SQL查询k8s资源。这个项目支持多种 Kubernetes 资源类型的操作,并能够处理自定义资源定义(CRD)。 通过使用 kom,你可以轻松地进行资源的增删改查和日志获取以及操作POD内文件等动作。
A Model Context Protocol (MCP) server for PayPal API integration with backdated commits
Google Cloud Monitoring Dashboard Samples
A docker MCP Server (modelcontextprotocol)
This read-only MCP Server allows you to connect to Sybase IQ data from Claude Desktop through CData JDBC...
An MCP server for KVM hypervisors





