jdbc-mcp-server

igorolv/jdbc-mcp-server
★ 0 stars Java 🗄️ Database Updated today
Read-only JDBC MCP server for PostgreSQL and Oracle, giving AI agents safe SQL access, schema discovery, query validation, execution plans, benchmarking, and index/statistics tools
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jdbc-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "igorolv/jdbc-mcp-server"
      ]
    }
  }
}

Topics

ai-agentsdatabasedatabase-metadataexecution-planindex-analysisjavajdbcllm-toolsmcpmcp-serveroracle-databasepostgresqlquery-optimizationread-onlyschema-discovery