/ Annuaire / Playground / Oracle MCP Servers
● Officiel Oracle ⚡ Instantané

Oracle MCP Servers

par 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.

Démo en direct

Aperçu en pratique

oracle-mcp-official.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/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"
      ]
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

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

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

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

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

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

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

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

Continue utilise un tableau d'objets serveur plutôt qu'une map.

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

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

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

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Oracle MCP Servers

Get started with Oracle MCP Servers

Quand l'utiliser : When you want to bring Oracle MCP Servers into your Claude workflow.

Déroulement
  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.✓ Copié

Résultat : Claude can interact with Oracle MCP Servers directly from your IDE.

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills