Skip to content
Grok

JDBC MCP Server for Grok

io.github.igorolv/jdbc-mcp-server

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

client:Grok transport:stdio runtime:oci

Install JDBC MCP Server in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "jdbc-mcp-server": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/igorolv/jdbc-mcp-server:0.1.3"
      ],
      "env": {
        "JDBC_MCP_RESOURCES_ENABLED": "<JDBC_MCP_RESOURCES_ENABLED>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

JDBC MCP Server in other clients