File tree Expand file tree Collapse file tree 13 files changed +34
-0
lines changed
oci-compute-instance-agent-mcp-server
oci-monitoring-mcp-server
oci-network-load-balancer-mcp-server
oci-networking-mcp-server
oci-object-storage-mcp-server
oci-resource-search-mcp-server Expand file tree Collapse file tree 13 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 11# OCI API MCP Server
22
33## Overview
4+
45This server provides tools to run OCI CLI commands to interact with the OCI services.
56It includes tools to help with OCI command execution and provide helpful information.
67
78## Running the server
9+
810``` sh
911uv run oracle.oci-api-mcp-server
1012```
1113## Tools
14+
1215| Tool Name | Description |
1316| --- | --- |
1417| get_oci_command_help | Returns helpful instructions for running an OCI CLI command. Only provide the command after 'oci', do not include the string 'oci' in your command. |
Original file line number Diff line number Diff line change 55This server provides tools for interacting with Oracle Cloud Infrastructure (OCI) Compute Instance Agent service.
66
77## Running the server
8+
89``` sh
910uv run oracle.oci-compute-instance-agent-mcp-server
1011```
1112
1213## Tools
14+
1315| Tool Name | Description |
1416| --- | --- |
1517| list_instance_agent_commands | List instance agent commands |
Original file line number Diff line number Diff line change 11# OCI Compute MCP Server
22
33## Overview
4+
45This server provides tools to interact with the OCI Compute resources.
56It includes tools to help with managing compute instances.
67
78## Running the server
9+
810``` sh
911uv run oracle.oci-compute-mcp-server
1012```
1113
1214## Tools
15+
1316| Tool Name | Description |
1417| --- | --- |
1518| list_instances | List Instances in a given compartment |
Original file line number Diff line number Diff line change 11# OCI Identity MCP Server
22
33## Overview
4+
45This server provides tools to interact with the OCI Identity service.
56
67## Running the server
8+
79``` sh
810uv run oracle.oci-identity-mcp-server
911```
1012
1113## Tools
14+
1215| Tool Name | Description |
1316| --- | --- |
1417| list_compartments | List compartments in a given tenancy. |
Original file line number Diff line number Diff line change 11# OCI Logging MCP Server
22
33## Overview
4+
45This server provides tools to interact with the OCI Logging resources.
56It includes tools to help with managing logging configurations.
67
78## Running the server
9+
810``` sh
911uv run oracle.oci-logging-mcp-server
1012```
1113
1214## Tools
15+
1316| Tool Name | Description |
1417| --- | --- |
1518| list_log_groups | List log groups in a given compartment |
Original file line number Diff line number Diff line change 55This server provides tools for interacting with Oracle Cloud Infrastructure (OCI) Migration service.
66
77## Running the server
8+
89``` sh
910uv run oracle.oci-migration-mcp-server
1011```
1112
1213## Tools
14+
1315| Tool Name | Description |
1416| --- | --- |
1517| list_migrations | List migrations in the tenancy |
Original file line number Diff line number Diff line change 55This server provides tools for interacting with Oracle Cloud Infrastructure (OCI) Monitoring service.
66
77## Running the server
8+
89``` sh
910uv run oracle.oci-monitoring-mcp-server
1011```
1112
1213## Tools
14+
1315| Tool Name | Description |
1416| --- | --- |
1517| list_metrics | List metrics in the tenancy |
Original file line number Diff line number Diff line change 11# OCI Network Load Balancer MCP Server
22
33## Overview
4+
45This server provides tools to interact with the OCI Network Load Balancer resources.
56It includes tools to help with managing network load balancers.
67
78## Running the server
9+
810``` sh
911uv run oracle.oci-network-load-balancer-mcp-server
1012```
1113
1214## Tools
15+
1316| Tool Name | Description |
1417| --- | --- |
1518| list_network_load_balancers | List network load balancers in a given compartment |
Original file line number Diff line number Diff line change 11# OCI Networking MCP Server
22
33## Overview
4+
45This server provides tools to interact with the OCI Networking resources.
56It includes tools to help with managing network configurations.
67
78## Running the server
9+
810``` sh
911uv run oracle.oci-networking-mcp-server
1012```
1113
1214## Tools
15+
1316| Tool Name | Description |
1417| --- | --- |
1518| list_vcns | List Virtual Cloud Networks (VCNs) in a given compartment |
Original file line number Diff line number Diff line change 11# OCI Object Storage MCP Server
22
33## Overview
4+
45This server provides tools to interact with the OCI Object Storage resources.
56It includes tools to help with managing object storage configurations.
67
78## Running the server
9+
810``` sh
911uv run oracle.oci-object-storage-mcp-server
1012```
1113
1214## Tools
15+
1316| Tool Name | Description |
1417| --- | --- |
1518| get_namespace | Get the object storage namespace for the tenancy |
You can’t perform that action at this time.
0 commit comments