openlink/mcp-server-jdbc
An MCP server for generic Database Management System (DBMS) Connectivity via the Java Database Connectivity (JDBC) protocol
Quick Start
Clone the repository:
git clone https://github.com/OpenLinkSoftware/mcp-jdbc-serverClaude Desktop configuration example:
{
"mcpServers": {
"mcp-jdbc-server": {
"command": "npx",
"args": [
"-y",
"openlink/mcp-server-jdbc"
]
}
}
}Check the repository README for specific installation and configuration instructions.