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
—
「その他」の他のコンテンツ
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Nginx UI
0xJackyYet another WebUI for Nginx
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Servers
modelcontextprotocolModel Context Protocol Servers
コメント