mcp-jdbc-server

OpenLinkSoftware/mcp-jdbc-server
★ 12 stars Java 🧠 Memory/Knowledge Updated 17d ago
Java based Model Context Procotol (MCP) Server for JDBC
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-jdbc-server": {
      "command": "npx",
      "args": [
        "-y",
        "OpenLinkSoftware/mcp-jdbc-server"
      ]
    }
  }
}