Oracle SQLcl MCP Server Empirical Benchmarking of AI-Augmented Oracle Database Workflows
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"
]
}
}
}
Run in terminal:
claude mcp add sqlclmcp npx -y sanmish4ds/SQLclMCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"sqlclmcp": {
"command": "npx",
"args": [
"-y",
"sanmish4ds/SQLclMCP"
]
}
}
}