Skip to content
Grok

oracle cloud for Grok

io.github.expertvagabond/oracle-cloud

Oracle Cloud Infrastructure MCP server

client:Grok transport:stdio runtime:npm

Install oracle cloud in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

oracle cloud in other clients