OCI MCP Server
Related Servers
Alternatives to OCI MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseCqualityDmaintenanceEnables interaction with Oracle Cloud Infrastructure services through a unified interface. Supports comprehensive OCI resource management including compute instances, storage, networking, databases, and monitoring through natural language commands in VS Code.13-
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server for managing Oracle Cloud Infrastructure services, enabling LLMs to interact with compute instances, storage, identity, and databases through natural language.2-
- AlicenseNot gradedqualityDmaintenanceEnables natural-language access to Oracle Cloud Infrastructure resources, allowing users to query compute instances, OKE clusters, networking, and Object Storage via MCP tools.MIT
- AlicenseNot gradedqualityDmaintenanceProvides AI agents with secure, natural-language access to Oracle Cloud Infrastructure through 69 tools covering services like compute, storage, networking, and databases. It features deep IAM integration and supports deployment across platforms like Claude Desktop, Cursor, and OCI Generative AI.MIT
- FlicenseNot gradedqualityBmaintenanceEnables interaction with Oracle Cloud Infrastructure through the MCP protocol. Supports dynamic profile selection and provides 85 tools for managing compute, databases, networking, IAM, storage, load balancers, OKE, monitoring, and cost management.-
- AlicenseCqualityDmaintenanceAn MCP server that exposes Oracle Cloud Infrastructure (OCI) control plane to LLM clients, enabling management of compute, networking, storage, databases, and more through natural language.551Apache 2.0
TDQS
Scored across 85 tools
Most tools are clearly distinct, targeting specific OCI resources (e.g., get_alarm vs. get_bucket). However, some overlap exists in database-related tools (e.g., get_database, get_db_node, get_db_system) and reboot/reset/start/stop operations for DB nodes/instances, which could cause confusion without careful reading of descriptions. Overall, the domain is broad but well-partitioned.
Tool names follow a highly consistent verb_noun pattern throughout (e.g., get_alarm, list_autonomous_databases, start_instance, query_metric_data). All tools use snake_case with clear, descriptive names, making the set predictable and easy to navigate.
With 85 tools, the count is excessive for a single server, even given OCI's broad scope. This creates cognitive overload and makes it difficult for agents to efficiently select the right tool. A more modular approach (e.g., splitting into sub-servers for compute, storage, networking) would be more appropriate.
The tool set provides comprehensive coverage of OCI services, including compute, storage, networking, databases, identity, monitoring, and cost management. It supports full CRUD-like operations (get/list for retrieval, start/stop/reboot for management) and includes essential utilities like profile management and metric/log queries, leaving no obvious gaps for the domain.