← Back to Plugins
MCP Server MCP

io.github.StudiousXiaoYu/oracle-link

github By github 👁 1 views ▲ 0 votes

Oracle MCP Query Server (Node.js) - Read-only SELECT via MCP

Homepage Verified source GitHub

Install

npx -y @studious-xiaoyu/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@studious-xiaoyu/oracle-link",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Oracle DB username (optional when using tool url)",
          "format": "string",
          "name": "ORACLE_USERNAME"
        },
        {
          "description": "Oracle DB password (optional when using tool url)",
          "format": "string",
          "isSecret": true,
          "name": "ORACLE_PASSWORD"
        },
        {
          "description": "Oracle connect string host:port/service (optional when using tool url)",
          "format": "string",
          "name": "ORACLE_CONNECT_STRING"
        },
        {
          "description": "Admin privilege (SYSDBA or SYSOPER), optional",
          "format": "string",
          "name": "ORACLE_PRIVILEGE"
        },
        {
          "description": "Default max rows for queries",
          "format": "string",
          "name": "DEFAULT_MAX_ROWS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...