OCI Documentation MCP Server
@jin38324
关于 OCI Documentation MCP Server
Model Context Protocol (MCP) server for OCI Documentation
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"oci-documentation-mcp-server": {
"command": "uvx",
"args": [
"oci-documentation-mcp-server@latest"
],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
},
"disabled": false,
"autoApprove": []
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is OCI Documentation MCP Server?
OCI Documentation MCP Server is a Model Context Protocol (MCP) server that provides tools to search for content and access Oracle Cloud Infrastructure (OCI) documentation. It is designed for developers and AI agents who need to programmatically find and read OCI documentation pages.
How to use OCI Documentation MCP Server?
Install the server via PyPI (uvx --from oci-documentation-mcp-server@latest python -m oci_documentation_mcp_server.server) or run locally from source with uv. Configure it in your MCP client with the desired transport (stdio, sse, or streamable-http). Use the --transport, --port, and --path arguments as needed. Set FASTMCP_LOG_LEVEL environment variable to ERROR to reduce log output.
Key features of OCI Documentation MCP Server
oci_search_documentationtool: searches Oracle Help Center and returns structured results.oci_read_documentationtool: reads OCI documentation pages, converts HTML to Markdown.- Line‑based pagination for controlled reading of long documents.
- Table of contents returned on the first read of a page.
- In‑memory caching of converted pages (24 hours, up to 128 pages).
- Supports stdio, SSE, and Streamable HTTP transports.
Use cases of OCI Documentation MCP Server
- Searching OCI documentation for specific service names, error messages, or feature names.
- Reading a documentation page in chunks to avoid flooding MCP responses.
- Integrating OCI documentation lookup into AI‑powered assistants or automation workflows.
- Programmatically retrieving table of contents and page content for offline processing.
FAQ from OCI Documentation MCP Server
What transports does OCI Documentation MCP Server support?
It supports stdio, sse, and streamable-http transports (as of 2026-05-20).
Which search engine does OCI Documentation MCP Server use?
It uses the Oracle Help Center Search API (changed from a previous engine on 2026-05-19).
How is documentation content cached?
Converted pages are cached in process memory for 24 hours, up to 128 pages. The cache stores a single line‑list representation to avoid duplicating full Markdown text.
What URL restrictions apply to oci_read_documentation?
The URL must be from docs.oracle.com and must end with .htm or .html.
What is the default search result limit?
The default limit for oci_search_documentation is 3 results. You can override it with the limit parameter.
记忆与知识 分类下的更多 MCP 服务器
minutes
silversteinEvery meeting, every idea, every voice note — searchable by your AI. Open-source, privacy-first conversation memory layer.
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
MemoryMesh
CheMiguel23A knowledge graph server that uses the Model Context Protocol (MCP) to provide structured memory persistence for AI models.
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
评论