HomeCloud & Monitoring › mcp-oci

mcp-oci

Oracle Cloud discovery + Terraform generation for AI agents — read-only, secret-safe.

TypeScript Local macOSWindowsLinux
★ 1 stars Last pushed 2026-09-18 License: MIT

Topics: Cloud Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.4)

npx -y @dockndevai/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-oci": {
      "command": "npx",
      "args": [
        "-y",
        "@dockndevai/[email protected]"
      ],
      "env": {
        "OCI_PROFILE": "<YOUR_VALUE>",
        "OCI_MODE": "<YOUR_VALUE>"
      }
    }
  }
}
  • OCI_PROFILE — Profile within ~/.oci/config (default DEFAULT).
  • OCI_MODE — Access mode: read-only | read-write | admin.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry