这是一个基于Spring Boot的SQL服务应用,用于执行SQL查询并将结果写入文件。该服务作为Spring AI MCP(Model, Chat, Prompt)框架的一部分,提供了SQL查询和更新操作的功能。
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-sql npx -y cherry-SC/mcp-server-sql
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-sql": {
"command": "npx",
"args": [
"-y",
"cherry-SC/mcp-server-sql"
]
}
}
}