Skip to content
Zed

JDBC MCP Server for Zed

io.github.igorolv/jdbc-mcp-server

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

client:Zed transport:stdio runtime:oci

Install JDBC MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

JDBC MCP Server in other clients