Skip to content
Cursor

oracle cloud for Cursor

io.github.expertvagabond/oracle-cloud

Oracle Cloud Infrastructure MCP server

client:Cursor transport:stdio runtime:npm

Install oracle cloud in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "oracle-cloud": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "oracle-cloud-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

oracle cloud in other clients