JDBC MCP Server for Claude Desktop
io.github.igorolv/jdbc-mcp-server
Read-only PostgreSQL, Oracle and SQL Server access for AI agents: SQL, plans, schema, index stats
client:Claude Desktop
transport:stdio
runtime:oci
Install JDBC MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"jdbc-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/igorolv/jdbc-mcp-server:0.1.3"
],
"env": {
"JDBC_MCP_RESOURCES_ENABLED": "<JDBC_MCP_RESOURCES_ENABLED>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs