Skip to content
Cline

JDBC MCP Server for Cline

io.github.igorolv/jdbc-mcp-server

Read-only PostgreSQL, Oracle and SQL Server access for AI agents: SQL, plans, schema, index stats

client:Cline transport:stdio runtime:oci

Install JDBC MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

JDBC MCP Server in other clients