Back to Apps

Oracle MCP Servers
by oracle
A suite of MCP servers for managing and interacting with Oracle Cloud Infrastructure (OCI) products.
0 stars
Works in:CursorVS Code Copilot
Exposes:Tools
What it does
This repository provides a collection of reference MCP servers that allow AI models to interact with Oracle Cloud Infrastructure (OCI). It enables automated management of cloud resources, API discovery, and interaction with specific Oracle database tools.
Tools
- OCI Cloud MCP Server: General-purpose entry point for OCI workflows using the official Python SDK.
- OCI API MCP Server: Provides tools for discovering and running OCI CLI commands.
- DBTools MCP Server: Specialized tools for Oracle database management.
Installation
Requires uv and OCI CLI authentication. For the recommended Cloud server:
{
"mcpServers": {
"oracle-oci-cloud-mcp-server": {
"command": "uvx",
"args": [
"oracle.oci-cloud-mcp-server@latest"
],
"env": {
"OCI_CONFIG_PROFILE": "<profile_name>",
"FASTMCP_LOG_LEVEL": "ERROR"
}
}
}
}
Supported hosts
Confirmed support for multiple MCP clients including Claude Desktop, Cursor, and Cline.
- Claude
- Cursor
- VS Code Copilot
Quick install
uvx oracle.oci-cloud-mcp-server@latestInformation
- Pricing
- free
- Published
- 7/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to .cursor/mcp.json using uvx command.Claude Desktop
Use uvx oracle.oci-cloud-mcp-server@latest with OCI_CONFIG_PROFILE env var.





