oraclemcp for Cursor
io.github.muhdur/oraclemcp
Engine-free, governed Oracle Database MCP server with a fail-closed SQL guard (unofficial).
client:Cursor
transport:stdio
runtime:oci
Install oraclemcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"oraclemcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/muhdur/oraclemcp:0.11.0"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs