dbc-mcp-server

lijianlong123/dbc-mcp-server
★ 4 stars Java 🤖 AI/LLM Updated 3mo ago
DBC-MCP-Server 是一个基于 Spring Boot 的数据库连接管理和查询服务,集成了 Model Context Protocol (MCP) 功能,提供了强大的数据库元数据查询和管理能力。该项目主要用于支持 AI 应用与数据库的交互,使 AI 能够理解和操作数据库结构。
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": {
    "dbc-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "lijianlong123/dbc-mcp-server"
      ]
    }
  }
}