An Model Context Protocol (MCP) server for OCI Documentation
Project description
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.
Change log
- 2026-5-19: change search engine to oracle help center search
- 2025-4-21: Initial release
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": [
"--from",
"oci-documentation-mcp-server@latest",
"python",
"-m",
"oci_documentation_mcp_server.server"
],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
},
"disabled": false,
"autoApprove": []
},
}
}
If above doesn't work, try below one:
{
"mcpServers": {
"oci-documentation-mcp-server": {
"command": "uvx",
"args": ["oci-documentation-mcp-server@latest"],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
},
"disabled": false,
"autoApprove": []
}
}
}
Basic Usage
Example:
- In Cursor ask:
Write a function to download files for OCI Object Storage.
Tools
oci_search_documentation
Searches OCI documentation based on a search phrase.
oci_search_documentation(search_phrase: str, limit: int = 3, page: int = 1) -> str
oci_read_documentation
Fetches an OCI documentation page and returns content partially as markdown.
oci_read_documentation(url: str, start_index: int = 0, max_lines: int = 10) -> str
Parameters:
url: URL of the OCI documentation page to read (must be from docs.oracle.com and end with .htm or .html)start_index: Line number to start reading from (default: 0)max_lines: Maximum number of lines to return (default: 10)
DEV
run --directory "D:/MCP/oci-documentation-mcp-server" "oci_documentation_mcp_server/server.py"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file oci_documentation_mcp_server-20260519.tar.gz.
File metadata
- Download URL: oci_documentation_mcp_server-20260519.tar.gz
- Upload date:
- Size: 2.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
553589ba9e7cb3414b9dff6e7019707a4e350a806a43d778b7e5321c03ccfd72
|
|
| MD5 |
36cc23321ec3ea97ed0e36b05004ea38
|
|
| BLAKE2b-256 |
7948d5fb42e92ae5496dd26f2502938875747a6f11b605ec7105fb31bcbc849a
|
Provenance
The following attestation bundles were made for oci_documentation_mcp_server-20260519.tar.gz:
Publisher:
publish.yml on jin38324/oci-documentation-mcp-server
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
oci_documentation_mcp_server-20260519.tar.gz -
Subject digest:
553589ba9e7cb3414b9dff6e7019707a4e350a806a43d778b7e5321c03ccfd72 - Sigstore transparency entry: 1572244599
- Sigstore integration time:
-
Permalink:
jin38324/oci-documentation-mcp-server@8b0b54aa9d04df0bedb32260f67e269411266d67 -
Branch / Tag:
refs/tags/v20260519 - Owner: https://github.com/jin38324
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@8b0b54aa9d04df0bedb32260f67e269411266d67 -
Trigger Event:
release
-
Statement type:
File details
Details for the file oci_documentation_mcp_server-20260519-py3-none-any.whl.
File metadata
- Download URL: oci_documentation_mcp_server-20260519-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5a0d50e09ae9f5ed2472de4cc3de40f85a42c8f0c6e9deac811eb160c33218f
|
|
| MD5 |
b3f43405f5bac5e192ce22282123b4dd
|
|
| BLAKE2b-256 |
7c4df2005f47515d245e30a6e3831664106766a767a36bb7e9c52f44941d44a0
|
Provenance
The following attestation bundles were made for oci_documentation_mcp_server-20260519-py3-none-any.whl:
Publisher:
publish.yml on jin38324/oci-documentation-mcp-server
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
oci_documentation_mcp_server-20260519-py3-none-any.whl -
Subject digest:
c5a0d50e09ae9f5ed2472de4cc3de40f85a42c8f0c6e9deac811eb160c33218f - Sigstore transparency entry: 1572244612
- Sigstore integration time:
-
Permalink:
jin38324/oci-documentation-mcp-server@8b0b54aa9d04df0bedb32260f67e269411266d67 -
Branch / Tag:
refs/tags/v20260519 - Owner: https://github.com/jin38324
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@8b0b54aa9d04df0bedb32260f67e269411266d67 -
Trigger Event:
release
-
Statement type: