mcp-server-sql

cherry-SC/mcp-server-sql
★ 2 stars Java 🗄️ Database Updated 1y ago
这是一个基于Spring Boot的SQL服务应用,用于执行SQL查询并将结果写入文件。该服务作为Spring AI MCP(Model, Chat, Prompt)框架的一部分,提供了SQL查询和更新操作的功能。
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-sql": {
      "command": "npx",
      "args": [
        "-y",
        "cherry-SC/mcp-server-sql"
      ]
    }
  }
}