SkySQL MCP Server
@skysqlinc
关于 SkySQL MCP Server
SkySQL MCP server and client repository.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"skysql-mcp": {
"command": "npx",
"args": [
"@wong2/mcp-cli",
"uv",
"run",
"python",
"src/mcp-server/server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is SkySQL MCP Server?
SkySQL MCP Server is a Model Context Protocol server that provides an interface for managing SkySQL MariaDB database instances and interacting with AI Agents. It is designed for developers using Cursor, Windsurf, or any MCP-compatible IDE to programmatically launch serverless databases, execute SQL queries, and manage credentials.
How to use SkySQL MCP Server?
Install Python 3.10+ and obtain a SkySQL API key. Clone the repository, run install.sh, create a .env file with SKYSQL_API_KEY, then start the server with launch.sh (listens on http://localhost:8000/mcp by default). Configure your IDE (Cursor or Windsurf) by adding the server URL and environment variables to its MCP config file. Optionally test with npx @wong2/mcp-cli.
Key features of SkySQL MCP Server
- 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.
Use cases of SkySQL MCP Server
- Launch a new serverless MariaDB instance from an AI assistant.
- Manage database credentials and IP allowlists programmatically.
- Execute ad‑hoc SQL queries on SkySQL instances via an MCP client.
- List and monitor the status of existing database services.
FAQ from SkySQL MCP Server
—
其他 分类下的更多 MCP 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Codelf
unbugA search tool helps dev to solve the naming things problem.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mlops
visengerA curated list of references for MLOps
评论