★ 0 stars
Python
🤖 AI/LLM
Updated 7d ago
Model Context Protocol server for Oracle Cloud Infrastructure. Drive OCI compute, networking, storage, OKE, KMS and 50+ tools from any MCP client (Claude Code, Cursor, Codex, Continue, VS Code, Zed).
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"oci-mcp-server": {
"command": "uvx",
"args": [
"oci-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add oci-mcp-server uvx oci-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"oci-mcp-server": {
"command": "uvx",
"args": [
"oci-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install oci-mcp-server
Topics
ai-agents claude claude-code codex cursor devops infrastructure-as-code llm mcp mcp-server model-context-protocol oci oracle-cloud oracle-cloud-infrastructure python