A Spring AI-based MCP capable of executing any SQL query. 一个基于 Spring AI 的MCP服务,可执行任意 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-mysql-server": {
"command": "npx",
"args": [
"-y",
"JamesSmith888/mcp-mysql-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-mysql-server npx -y JamesSmith888/mcp-mysql-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-mysql-server": {
"command": "npx",
"args": [
"-y",
"JamesSmith888/mcp-mysql-server"
]
}
}
}