Skip to main content
DatabasesJava

quarkiverse/mcp-server-jdbc

Connect to any JDBC-compatible database and query, insert, update, delete, and more.

databaseslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/jdbc

Claude Desktop configuration example:

{
  "mcpServers": {
    "quarkiverse-quarkus-mcp-servers": {
      "command": "npx",
      "args": [
        "-y",
        "quarkiverse/mcp-server-jdbc"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Java
Author
quarkiverse