Oracle describes this repository as proof-of-concept and reference implementations for exploration, prototyping, and learning rather than production use., The OCI API MCP server can run OCI CLI commands using the configured OCI CLI profile., The OCI Cloud MCP server can discover and invoke OCI Python SDK client operations, including operations that may create, update, delete, or expose cloud resources., Service-specific servers cover high-impact areas such as Compute, Database, Identity, Object Storage, Networking, Load Balancer, Monitoring, Logging, Usage, Support, and Cloud Guard., All cloud actions run with the permissions granted to the OCI profile or authenticated OCI IAM user, so use dedicated least-privilege credentials and human review for write operations., HTTP-capable servers require OAuth/IAM setup, confidential client secrets, restricted host binding, and careful redirect URI configuration before non-local use.
Privacy notes
OCI profiles, OCIDs, compartment names, tenancy details, resource names, API parameters, command text, responses, logs, and errors can reveal sensitive cloud infrastructure details., OCI actions may expose customer data, backups, logs, object names, support metadata, database resource state, IAM configuration, or billing and usage information., IDCS client IDs, client secrets, OCI config files, private keys, security tokens, region names, and profile names should stay out of prompts, issues, logs, screenshots, and committed files., Oracle Database Documentation MCP builds and stores a local documentation index, so review index location, update cadence, and log retention.
Author
Oracle
Submitted by
oktofeesh1
Claim status
unclaimed
Last verified
2026-06-06
Decision playbook
Review trust signals before you adopt
Signals are present but mixed. Use the checklist below to confirm the source and operational safety for your environment.
Compare context
Selected
0
Current score
63
Baseline
—
Delta
No baseline selected
No major trust-signal divergence detected in the current selection.
Source and provenance checks
Needs review
Confirm ownership and provenance before trusting install instructions.
Source link availableRequired
Open the canonical repository and verify ownership.
Done
Source provenance statusRequired
Marked as source-backed.
Done
Metadata reviewed
No reviewed flag detected in metadata.
Pending
Safety and privacy checks
Complete
Validate risk disclosures before installation or API wiring.
Safety notes presentRequired
Review the listed safety guidance before running commands.
Done
Privacy notes presentRequired
Review data handling notes before connecting accounts or secrets.
Done
Trust level risk gateRequired
Trust level does not block evaluation.
Done
Package and install checks
Needs review
Check package metadata and artifact integrity signals.
Install payload available
Install or copy payload is available for review.
Done
Package verification flag
No package verification flag provided.
Pending
Checksum metadata
No checksum provided for downloaded artifact.
Pending
Compare-driven decision checks
Needs review
Use compare context to validate trade-offs before adoption.
Compare tray has multiple entries
Add at least one more entry to compare trust differences.
6 safety and 4 privacy notes across 5 risk areas. Review closely: credentials & tokens, network access.
5 areas
SafetyGeneralOracle describes this repository as proof-of-concept and reference implementations for exploration, prototyping, and learning rather than production use.
SafetyLocal filesThe OCI API MCP server can run OCI CLI commands using the configured OCI CLI profile.
SafetyGeneralThe OCI Cloud MCP server can discover and invoke OCI Python SDK client operations, including operations that may create, update, delete, or expose cloud resources.
SafetyNetwork accessService-specific servers cover high-impact areas such as Compute, Database, Identity, Object Storage, Networking, Load Balancer, Monitoring, Logging, Usage, Support, and Cloud Guard.
SafetyCredentials & tokensAll cloud actions run with the permissions granted to the OCI profile or authenticated OCI IAM user, so use dedicated least-privilege credentials and human review for write operations.
SafetyCredentials & tokensHTTP-capable servers require OAuth/IAM setup, confidential client secrets, restricted host binding, and careful redirect URI configuration before non-local use.
PrivacyLocal filesOCI profiles, OCIDs, compartment names, tenancy details, resource names, API parameters, command text, responses, logs, and errors can reveal sensitive cloud infrastructure details.
PrivacyData retentionOCI actions may expose customer data, backups, logs, object names, support metadata, database resource state, IAM configuration, or billing and usage information.
PrivacyCredentials & tokensIDCS client IDs, client secrets, OCI config files, private keys, security tokens, region names, and profile names should stay out of prompts, issues, logs, screenshots, and committed files.
PrivacyData retentionOracle Database Documentation MCP builds and stores a local documentation index, so review index location, update cadence, and log retention.
Safety notes
Oracle describes this repository as proof-of-concept and reference implementations for exploration, prototyping, and learning rather than production use.
The OCI API MCP server can run OCI CLI commands using the configured OCI CLI profile.
The OCI Cloud MCP server can discover and invoke OCI Python SDK client operations, including operations that may create, update, delete, or expose cloud resources.
Service-specific servers cover high-impact areas such as Compute, Database, Identity, Object Storage, Networking, Load Balancer, Monitoring, Logging, Usage, Support, and Cloud Guard.
All cloud actions run with the permissions granted to the OCI profile or authenticated OCI IAM user, so use dedicated least-privilege credentials and human review for write operations.
HTTP-capable servers require OAuth/IAM setup, confidential client secrets, restricted host binding, and careful redirect URI configuration before non-local use.
Privacy notes
OCI profiles, OCIDs, compartment names, tenancy details, resource names, API parameters, command text, responses, logs, and errors can reveal sensitive cloud infrastructure details.
OCI actions may expose customer data, backups, logs, object names, support metadata, database resource state, IAM configuration, or billing and usage information.
IDCS client IDs, client secrets, OCI config files, private keys, security tokens, region names, and profile names should stay out of prompts, issues, logs, screenshots, and committed files.
Oracle Database Documentation MCP builds and stores a local documentation index, so review index location, update cadence, and log retention.
Prerequisites
uvx available to the MCP client runtime for Python-based Oracle servers.
OCI CLI configured when using stdio-based OCI servers that rely on local OCI profiles.
Least-privilege OCI IAM policies and a dedicated profile for the specific compartment and service workflow.
Server-specific README reviewed before enabling any server under `src/`.
OCI IAM confidential application configured before exposing HTTP-capable servers beyond local stdio.
Downloaded Oracle Database documentation and a built local index when using the Oracle Database Documentation MCP server.
Oracle MCP Servers is Oracle's official repository of Model Context Protocol
reference servers for Oracle products and OCI workflows. The repository contains
multiple server implementations under src/, including OCI API, OCI Cloud,
OCI Database, Cloud Guard, Compute, Object Storage, Logging, Monitoring, Usage,
Support, and Oracle Database documentation servers.
Oracle describes the repository as proof-of-concept and reference
implementations for exploration, prototyping, and learning. Treat these servers
as powerful cloud and database control surfaces, and review each server-specific
README before enabling it in a Claude workflow.
These sources were reviewed on 2026-06-06. Prefer the live repository,
top-level README, server-specific READMEs, best-practices guide, and license
for current server availability, package names, transport modes, authentication
requirements, and safety guidance.
Features
Official Oracle MCP reference repository.
Multiple MCP servers under src/ for OCI and Oracle product workflows.
oracle.oci-api-mcp-server for OCI CLI command help and command execution.
oracle.oci-cloud-mcp-server for OCI SDK client discovery, operation description, and operation invocation.
OCI Database server covering many Oracle Database service list, get, create, update, and delete operations.
Service-specific servers for Compute, Identity, Networking, Object Storage, Monitoring, Logging, Usage, Support, Cloud Guard, and more.
Oracle Database Documentation MCP server for searching a locally built Oracle Database documentation index.
Stdio examples for local MCP clients.
HTTP-capable server guidance for OCI IAM authenticated deployments.
Universal Permissive License v1.0 licensing.
Installation
Start with the narrowest server for the task. For OCI CLI-backed workflows, the
top-level README shows oracle.oci-api-mcp-server over stdio:
Use a dedicated OCI profile with only the permissions required for the workflow.
For other servers, follow the server-specific README under src/.
Use Cases
Ask Claude to look up OCI CLI help before a human runs an infrastructure command.
Discover OCI SDK clients and operations for a narrow compartment-scoped task.
Describe an OCI SDK operation before deciding whether it should be invoked.
Inspect Oracle Database service resources such as DB systems, VM clusters, backups, and Autonomous Database resources.
Search a locally indexed copy of Oracle Database documentation while working on SQL or database administration tasks.
Prototype OCI support, logging, monitoring, usage, object storage, and networking workflows with a controlled OCI profile.
Safety and Privacy
Oracle MCP Servers can put Claude close to real cloud infrastructure. Use
read-only or narrowly scoped IAM policies where possible, require human review
for create, update, delete, ticket, support, billing, or resource-changing
operations, and keep high-impact servers disabled until the exact workflow is
approved.
Do not paste OCI private keys, security tokens, client secrets, tenancy details,
or raw configuration files into prompts or issues. Review logs and model
transcripts for OCIDs, compartment names, database resource details, object
names, support metadata, billing data, and other cloud inventory before sharing.
Disclosure
Oracle offers commercial cloud, database, and support services. This listing is
not sponsored, paid, or affiliate-driven, and it is scoped to the source-backed
open Oracle MCP repository.
Duplicate Check
No dedicated Oracle MCP Servers, oracle/mcp, OCI MCP, or Oracle Database MCP
entry was found in content/mcp, content/tools, content/guides,
content/agents, or content/skills.
Show that Oracle MCP Servers is listed on HeyClaude. Paste this Markdown into your README — it renders the badge and links back to this page.
[](https://heyclau.de/entry/mcp/oracle-mcp-servers)
How it compares
Oracle MCP Servers side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.
3 trust signals differ across this comparison (Package trust, Source provenance, Submitter).
Official Microsoft Azure MCP server that connects Claude and other MCP clients to Azure subscriptions, resource groups, storage, databases, Key Vault, Monitor, App Service, AKS, AI Search, Cosmos DB, RBAC, pricing, and other Azure services through local stdio or self-hosted HTTP transports.
Connect Claude to DigitalOcean — manage Apps, Droplets, managed Databases, Kubernetes, Container Registry, networking, and Functions — with DigitalOcean's official Model Context Protocol server.
✓Oracle describes this repository as proof-of-concept and reference implementations for exploration, prototyping, and learning rather than production use.
The OCI API MCP server can run OCI CLI commands using the configured OCI CLI profile.
The OCI Cloud MCP server can discover and invoke OCI Python SDK client operations, including operations that may create, update, delete, or expose cloud resources.
Service-specific servers cover high-impact areas such as Compute, Database, Identity, Object Storage, Networking, Load Balancer, Monitoring, Logging, Usage, Support, and Cloud Guard.
All cloud actions run with the permissions granted to the OCI profile or authenticated OCI IAM user, so use dedicated least-privilege credentials and human review for write operations.
HTTP-capable servers require OAuth/IAM setup, confidential client secrets, restricted host binding, and careful redirect URI configuration before non-local use.
✓Scope AWS credentials to the intended accounts, regions, and services because infrastructure actions can affect production resources.
✓Start in read-only mode and narrow the exposed namespaces or individual tools before enabling broader Azure access. Microsoft documents read-only mode, namespace filters, single-tool mode, and learn mode as controls for reducing the active MCP surface.
Azure MCP tools can inspect and manage real cloud resources. Depending on the tool and RBAC role, actions can create, update, delete, deploy, restart, query, or reconfigure resources and can incur cloud spend.
Keep human approval on destructive, cost-bearing, deployment, RBAC, Key Vault, database, storage, messaging, and production-environment actions. Do not disable user confirmation for high-risk or sensitive-data commands unless the automation environment is tightly controlled.
The server authenticates with Azure credentials available to the local machine or hosted environment. Limit the credential chain with `AZURE_TOKEN_CREDENTIALS`, managed identities, service principals, and least-privilege Azure RBAC where practical.
For self-hosted HTTP deployments, configure Entra ID inbound authentication, outbound authentication strategy, network exposure, logging, and per-user versus server-identity audit requirements before sharing the endpoint.
Docker setup uses Azure credential environment variables such as `AZURE_TENANT_ID`, `AZURE_CLIENT_ID`, and `AZURE_CLIENT_SECRET`; protect those values and never commit the env file.
Microsoft documents telemetry environment variables for the server. Review `AZURE_MCP_COLLECT_TELEMETRY` and `AZURE_MCP_COLLECT_TELEMETRY_MICROSOFT` before using the server in sensitive environments.
This is the Azure services MCP server. It is distinct from the Azure DevOps MCP server, which focuses on work items, repositories, pull requests, pipelines, wikis, and test plans.
✓Tools can create, update, restart, and delete live infrastructure (Apps, Droplets, Databases) — scope the API token and select only the --services you need.
Destructive actions (delete, rollback) act on production resources; confirm before running them through Claude.
Privacy notes
✓OCI profiles, OCIDs, compartment names, tenancy details, resource names, API parameters, command text, responses, logs, and errors can reveal sensitive cloud infrastructure details.
OCI actions may expose customer data, backups, logs, object names, support metadata, database resource state, IAM configuration, or billing and usage information.
IDCS client IDs, client secrets, OCI config files, private keys, security tokens, region names, and profile names should stay out of prompts, issues, logs, screenshots, and committed files.
Oracle Database Documentation MCP builds and stores a local documentation index, so review index location, update cadence, and log retention.
✓AWS resource names, configuration, metrics, logs, ARNs, and account metadata may be exposed through tool calls and responses.
✓Tool results can expose tenant IDs, subscription IDs, resource groups, resource names, tags, deployment outputs, Azure Monitor logs, metrics, pricing data, quotas, RBAC assignments, policy data, app settings, database metadata, storage account and blob metadata, and service-specific configuration.
Key Vault, App Configuration, Storage, database, Service Bus, Event Hubs, Communication Services, and deployment tools may expose secrets, connection strings, keys, certificates, message contents, sample records, or customer data when the authenticated identity has permission.
Microsoft documents user confirmation for tools that handle sensitive data, including Key Vault secrets, connection strings, passwords, certificate private keys, and other confidential values. Treat those prompts as a required guardrail rather than friction.
MCP client logs, AI transcripts, local terminal history, hosted server logs, prompt traces, generated runbooks, and downstream tickets can retain Azure resource inventory and returned data outside Azure's original access and retention boundaries.
Remote HTTP deployments require Entra ID bearer tokens on inbound requests and a configured outbound Azure authentication strategy. Choose On-Behalf-Of when per-user RBAC and audit trails matter, and managed identity only when the shared-server identity model is acceptable.
Read-only mode reduces mutation risk, but it does not make returned Azure metadata or data safe to share with untrusted models, logs, chats, or third-party tools.
✓Resource metadata, logs, and metrics enter the MCP client context and the model's prompt.
The DIGITALOCEAN_API_TOKEN is a secret — store it in the client config or environment, never in shared repositories.
Prerequisites
uvx available to the MCP client runtime for Python-based Oracle servers.
OCI CLI configured when using stdio-based OCI servers that rely on local OCI profiles.
Least-privilege OCI IAM policies and a dedicated profile for the specific compartment and service workflow.
Server-specific README reviewed before enabling any server under `src/`.
AWS account with active credentials and appropriate IAM permissions
AWS credentials configured via one of: IAM access keys (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY), AWS profile (~/.aws/credentials), or IAM role (for EC2/ECS)
Azure subscription, tenant, and RBAC permissions for the resources Claude should inspect or manage.
MCP-capable client that can run local stdio servers or connect to a self-hosted HTTP MCP endpoint.
Azure authentication through Azure CLI, Azure PowerShell, Visual Studio, Visual Studio Code, Azure Developer CLI, browser login, service principal environment variables, workload identity, or managed identity.
Node.js 20 LTS or later and `npx` for the `@azure/mcp` package, or `uvx` for `msmcp-azure`, or .NET 10 Preview 6 or later for `Azure.Mcp`.
A DigitalOcean account.
A DigitalOcean API token (DIGITALOCEAN_API_TOKEN) with the scopes for the services you enable.
Node.js (npx) to run @digitalocean/mcp, or use the hosted remote endpoint.
An MCP client such as Claude Code or Claude Desktop.
Install
uvx oracle.oci-api-mcp-server@latest
uvx awslabs.core-mcp-server@latest && claude mcp list