DB_MCP_Server 是一个强大的数据库连接和操作服务,通过 MCP (Model Context Protocol) 协议为 AI 应用提供数据库访问能力。项目采用响应式编程模型(WebFlux),支持多种主流数据库,为 AI Agent 提供安全、高效的数据库操作接口。
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"db_mcp_server": {
"command": "npx",
"args": [
"-y",
"KISS-GG/DB_MCP_Server"
]
}
}
}
Run in terminal:
claude mcp add db_mcp_server npx -y KISS-GG/DB_MCP_Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"db_mcp_server": {
"command": "npx",
"args": [
"-y",
"KISS-GG/DB_MCP_Server"
]
}
}
}