MCP ExplorerExplorer

Oci Documentation Mcp Server

@jin38324on a year ago
3 MIT
FreeCommunity
AI Systems
Model Context Protocol (MCP) server for OCI Documentation

Overview

What is Oci Documentation Mcp Server

The oci-documentation-mcp-server is a Model Context Protocol (MCP) server designed specifically for accessing and searching Oracle Cloud Infrastructure (OCI) documentation.

Use cases

Use cases include developers needing to access OCI documentation quickly, teams searching for specific information within OCI documentation, and automating the retrieval of documentation for integration into applications.

How to use

To use the oci-documentation-mcp-server, install the required dependencies, configure the MCP server settings, and utilize the provided tools to read and search OCI documentation.

Key features

Key features include the ability to fetch OCI documentation pages and convert them to markdown format, as well as a search functionality to find specific documentation using search phrases.

Where to use

The oci-documentation-mcp-server is primarily used in software development and cloud infrastructure management, particularly for teams working with Oracle Cloud services.

Content

Inspired by: https://github.com/awslabs/mcp/tree/main/src/aws-documentation-mcp-server

OCI Documentation MCP Server

Model Context Protocol (MCP) server for OCI Documentation

This MCP server provides tools to search for content, and access OCI documentation.

Features

  • Read Documentation: Fetch and convert OCI documentation pages to markdown format
  • Search Documentation: Search OCI documentation using search engine

Prerequisites

Installation Requirements

  1. Install uv from Astral or the GitHub README
  2. Install Python 3.10 or newer using uv python install 3.10 (or a more recent version)

Installation

MCP config:

{
  "mcpServers": {
    "oci-documentation-mcp-server": {
      "command": "uvx",
      "args": [
        "oci-documentation-mcp-server@latest"
      ],
      "env": {
        "FASTMCP_LOG_LEVEL": "ERROR"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

It may be a little more complicated on Windows:

Basic Usage

Example:

  • In Cursor ask: Write a function to download files for OCI Object Storage.

Cursor_MCP

Tools

read_documentation

Fetches an OCI documentation page and converts it to markdown format.

read_documentation(url: str) -> str

search_documentation

Searches OCI documentation using the search engine.

search_documentation(search_phrase: str, limit: int) -> list[dict]

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers