oci-mcp-server
If you are the rightful owner of oci-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Python MCP server for managing Oracle Cloud Infrastructure API Gateway with programmatic and LLM-powered clients.
The oci-mcp-server is a Python-based Multi-Client Protocol (MCP) server designed to manage Oracle Cloud Infrastructure (OCI) API Gateways. It provides both programmatic and LLM-powered clients, allowing users to interact with OCI API Gateway resources through natural language or direct API calls. The server supports listing API Gateways within a specified OCI compartment and retrieving details for specific API Gateways. It integrates with LLM agents and other clients via MCP stdio transport, and offers a LlamaIndex/Ollama client for natural language interaction. The server is designed to be easily integrated with AI-powered code editors like Cursor, enabling seamless interaction with OCI resources.
Features
- List API Gateways: Allows listing of API Gateways in a specified OCI compartment.
- Get Gateway Details: Fetches detailed information for a specific API Gateway.
- MCP stdio transport: Facilitates easy integration with LLM agents and other clients.
- LlamaIndex/Ollama client: Enables natural language interaction with OCI API Gateway resources.
Tools
list_gateways_tool
Lists all API Gateways in a specified compartment.
get_gateway_tool
Retrieves details of a specific API Gateway.