Skip to main content
Glama

OCI MCP Server

by GoCoder7
.env.example•1.38 kB
# Oracle Cloud Infrastructure (OCI) Configuration # Copy this file to .env and fill in your OCI credentials # Required OCI Authentication Settings OCI_TENANCY_ID=ocid1.tenancy.oc1..aaaaaaaa... OCI_USER_ID=ocid1.user.oc1..aaaaaaaa... OCI_KEY_FINGERPRINT=aa:bb:cc:dd:ee:ff:gg:hh:ii:jj:kk:ll:mm:nn:oo:pp OCI_PRIVATE_KEY_PATH=/path/to/your/oci_api_key.pem OCI_REGION=us-ashburn-1 # Optional: Default Compartment ID (defaults to tenancy root if not set) OCI_COMPARTMENT_ID=ocid1.compartment.oc1..aaaaaaaa... # How to get these values: # 1. OCI_TENANCY_ID: Found in your OCI Console under Profile -> Tenancy # 2. OCI_USER_ID: Found in your OCI Console under Profile -> User Settings # 3. OCI_KEY_FINGERPRINT: Generated when you create an API key pair # 4. OCI_PRIVATE_KEY_PATH: Path to your downloaded private key file (.pem) # 5. OCI_REGION: Your preferred OCI region (e.g., us-ashburn-1, us-phoenix-1, etc.) # 6. OCI_COMPARTMENT_ID: Optional default compartment for operations # Example regions: # us-ashburn-1 (US East - Ashburn) # us-phoenix-1 (US West - Phoenix) # eu-frankfurt-1 (Europe - Frankfurt) # ap-tokyo-1 (Asia Pacific - Tokyo) # uk-london-1 (UK South - London) # Security Note: # - Never commit your .env file to version control # - Keep your private key file secure and readable only by your user # - Use IAM policies to limit the permissions of your OCI user

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