Manage Oracle Cloud Infrastructure, autonomous databases, and OKE.
## Oracle Cloud MCP Server: Enterprise Cloud Infrastructure The **Oracle Cloud MCP Server** integrates Oracle Cloud Infrastructure into Google Antigravity. Deploy compute instances, autonomous databases, and containerized workloads on Oracle's enterprise-grade platform. ### Why Oracle Cloud MCP? Oracle offers enterprise cloud with generous free tier. The MCP provides: - **Compute**: Flexible and bare metal instances - **Autonomous Database**: Self-managing databases - **Container Engine**: Managed Kubernetes (OKE) - **Always Free**: Generous free tier resources ### Key Features #### 1. Enterprise Compute OCI compute options: - Flexible shapes (OCPU/memory) - Bare metal instances - GPU shapes - Arm-based Ampere #### 2. Autonomous Services Self-managing cloud: - Autonomous Database - Autonomous JSON - Autonomous Data Warehouse ### Configuration ```json { "mcpServers": { "oracle-cloud": { "command": "npx", "args": ["-y", "@oracle/oci-mcp"], "env": { "OCI_CONFIG_FILE": "~/.oci/config" } } } } ``` The Oracle Cloud MCP enables enterprise cloud infrastructure management.
{
"mcpServers": {
"oracle-cloud": {}
}
}