SQLclMCP

sanmish4ds/SQLclMCP
★ 0 stars JavaScript 🗄️ Database Updated today
Oracle SQLcl MCP Server Empirical Benchmarking of AI-Augmented Oracle Database Workflows
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": {
    "sqlclmcp": {
      "command": "npx",
      "args": [
        "-y",
        "sanmish4ds/SQLclMCP"
      ]
    }
  }
}