quarkiverse/mcp-server-jdbc
Connect to any JDBC-compatible database and query, insert, update, delete, and more.
Quick Start
Clone the repository:
git clone https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/jdbcClaude 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.