MCP.so
登录

SkySQL MCP Integration

@anishksk

关于 SkySQL MCP Integration

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

anishksk

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is SkySQL MCP Integration?

SkySQL MCP Integration provides a REST API for managing serverless databases in SkySQL. It includes integration capabilities for GitHub version control and Smithery.ai deployment, targeting developers who need programmatic database lifecycle management.

How to use SkySQL MCP Integration?

Clone the repository, install dependencies with npm install, configure a .env file with your SkySQL API key and database credentials, then start the development server with npm run dev. Use the REST API endpoints to create, list, get status, delete databases, or execute SQL queries.

Key features of SkySQL MCP Integration

  • Create and manage serverless SkySQL databases
  • RESTful API endpoints for database operations
  • GitHub integration for version control
  • Smithery.ai deployment support
  • Execute SQL queries via API
  • Health check endpoint

Use cases of SkySQL MCP Integration

  • Automate database provisioning in development workflows
  • Integrate database management with CI/CD pipelines via GitHub
  • Deploy and manage serverless databases through Smithery.ai
  • Execute ad‑hoc SQL queries programmatically from applications

FAQ from SkySQL MCP Integration

What are the prerequisites to use SkySQL MCP Integration?

You need Node.js v14 or higher, npm or yarn, a SkySQL API key, a GitHub account, and a Smithery.ai account.

How do I start the development server?

After installing dependencies and configuring the .env file, run npm run dev from the project directory.

What API endpoints are available?

The server exposes POST /api/databases, GET /api/databases, GET /api/databases/:id, DELETE /api/databases/:id, POST /api/query, and GET /health.

How do I deploy the integration on Smithery.ai?

Push your code to GitHub, connect the repository to Smithery.ai, configure your environment variables there, and deploy the application.

Where are API credentials stored?

Credentials are stored in a .env file containing SKYSQL_API_KEY, SKYSQL_HOST, SKYSQL_USER, SKYSQL_PASSWORD, and SKYSQL_DATABASE.

评论

其他 分类下的更多 MCP 服务器