Oci MCP Servers MCP Server

This repository provides a collection of Multi-tool Control Protocol (MCP) servers for managing Oracle Cloud Infrastructure (OCI) resources. Each

Local serverstdioPython

What is the Oci MCP Servers MCP server?

This repository provides a collection of Multi-tool Control Protocol (MCP) servers for managing Oracle Cloud Infrastructure (OCI) resources. Each server exposes a set of tools for a specific OCI service, such as Autonomous Database (ADB). The oci mcp servers mcp server wraps that behind the Model Context Protocol, so an assistant can use it rather than through you.

Adding it to your client

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

Configuration

Before you begin, ensure you have the following: * Python 3.9 or higher. * An Oracle Cloud Infrastructure account. * A configured OCI CLI profile. The scripts default to using the [DEFAULT] profile located in ~/.oci/config.

When to reach for it

This sits in the database access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. It is maintained by shjanjua; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the oci mcp servers mcp server does with a few real requests.

How to install the Oci MCP Servers MCP server

{
  "mcpServers": {
    "adb": {
      "url": "http://0.0.0.0:8000/mcp"
    },
    "compute": {
      "url": "http://0.0.0.0:8001/mcp"
    },
    "identity": {
      "url": "http://0.0.0.0:8002/mcp"
    },
    "network": {
      "url": "http://0.0.0.0:8003/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

Before you begin, ensure you have the following: * Python 3.9 or higher. * An Oracle Cloud Infrastructure account. * A configured OCI CLI profile. The scripts default to using the [DEFAULT] profile located in ~/.oci/config.

Frequently asked questions

It connects Oci MCP Servers to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Oci MCP Servers directly.