Skip to main content
Glama

OCI MCP Server

by GoCoder7

oci-manage

Manage Oracle Cloud Infrastructure resources—compute, storage, networking, databases, and monitoring—via a unified interface. Perform actions like list, create, update, delete, start, and stop on OCI resources efficiently.

Instructions

Manage Oracle Cloud Infrastructure resources including compute, storage, networking, databases, and monitoring.

Input Schema

NameRequiredDescriptionDefault
actionYesThe action to perform
compartmentIdNoThe compartment OCID (optional, defaults to tenancy)
parametersNoAdditional parameters for the operation
resourceIdNoThe OCID of the resource (for specific operations)
resourceTypeYesThe type of resource (e.g., instances, buckets, vcns)
serviceYesThe OCI service to interact with

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "The action to perform", "enum": [ "list", "get", "create", "update", "delete", "start", "stop" ], "type": "string" }, "compartmentId": { "description": "The compartment OCID (optional, defaults to tenancy)", "type": "string" }, "parameters": { "description": "Additional parameters for the operation", "type": "object" }, "resourceId": { "description": "The OCID of the resource (for specific operations)", "type": "string" }, "resourceType": { "description": "The type of resource (e.g., instances, buckets, vcns)", "type": "string" }, "service": { "description": "The OCI service to interact with", "enum": [ "compute", "storage", "network", "database", "monitoring", "identity" ], "type": "string" } }, "required": [ "service", "action", "resourceType" ], "type": "object" }

Other Tools from OCI MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GoCoder7/oci-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server