/ Каталог / Песочница / Oracle MCP Servers
● Официальный Oracle ⚡ Сразу

Oracle MCP Servers

автор Oracle · oracle/mcp

Official Oracle MCP suite — tools for managing and interacting with Oracle products.

Official Oracle MCP suite — tools for managing and interacting with Oracle products.

Живое демо

Как выглядит на практике

oracle-mcp-official.replay ▶ готово
0/0

Установка

Выберите клиент

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "oracle-mcp-official": {
      "command": "npx",
      "args": [
        "-y",
        "oracle-mcp-official"
      ]
    }
  }
}

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "oracle-mcp-official": {
      "command": "npx",
      "args": [
        "-y",
        "oracle-mcp-official"
      ]
    }
  }
}

Cursor использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "oracle-mcp-official": {
      "command": "npx",
      "args": [
        "-y",
        "oracle-mcp-official"
      ]
    }
  }
}

Щёлкните значок MCP Servers на боковой панели Cline, затем "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "oracle-mcp-official": {
      "command": "npx",
      "args": [
        "-y",
        "oracle-mcp-official"
      ]
    }
  }
}

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "oracle-mcp-official",
      "command": "npx",
      "args": [
        "-y",
        "oracle-mcp-official"
      ]
    }
  ]
}

Continue использует массив объектов серверов, а не map.

~/.config/zed/settings.json
{
  "context_servers": {
    "oracle-mcp-official": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "oracle-mcp-official"
        ]
      }
    }
  }
}

Добавьте в context_servers. Zed перезагружается автоматически.

claude mcp add oracle-mcp-official -- npx -y oracle-mcp-official

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: Oracle MCP Servers

Get started with Oracle MCP Servers

Когда использовать: When you want to bring Oracle MCP Servers into your Claude workflow.

Поток
  1. Install the MCP server in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Oracle MCP Servers to help me with a task.✓ Скопировано

Итог: Claude can interact with Oracle MCP Servers directly from your IDE.

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills