- Explore MCP Servers
- oci-documentation-mcp-server
Oci Documentation Mcp Server
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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
- Install
uvfrom Astral or the GitHub README - 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.

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]
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










