mcpbeat Sign in

Oracle Link MCP Server

by studiousxiaoyu Your server? Claim it
local only

Oracle Link runs on your own machine — the client starts it, so there is no endpoint to ping. 62 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 26 · avg 12 · +312% w/w
a month agotoday
62
Installs / week
npm · @studious-xiaoyu/oracle-link
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add oracle-link -- npx -y @studious-xiaoyu/oracle-link
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "oracle-link": {
      "args": [
        "-y",
        "@studious-xiaoyu/oracle-link"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.oracle-link]
command = "npx"
args = ["-y", "@studious-xiaoyu/oracle-link"]
.cursor/mcp.json
{
  "mcpServers": {
    "oracle-link": {
      "args": [
        "-y",
        "@studious-xiaoyu/oracle-link"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "oracle-link": {
      "args": [
        "-y",
        "@studious-xiaoyu/oracle-link"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ORACLE_USERNAME (Oracle DB username (optional when using tool url)), ORACLE_PASSWORD (Oracle DB password (optional when using tool url)), ORACLE_CONNECT_STRING (Oracle connect string host:port/service (optional when using tool url)), ORACLE_PRIVILEGE (Admin privilege (SYSDBA or SYSOPER), optional), DEFAULT_MAX_ROWS (Default max rows for queries). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Oracle Link

same job, measured the same way
Kenda
by kenda-co

Read-only MCP server for querying Kenda token spend and waste

46 installs/wk local only
1C OData MCP
by alexgrebeshok-coder

Read-only MCP server for 1C:Enterprise via OData with metadata and query builder tools.

35 installs/wk local only
Quellgeist Metrics
by rajeev-shyam

Read-only MCP server: query_metrics over local metric time-series (Quellgeist triage).

91 installs/wk local only
Easypaydirect MCP
by praveendias1180

Read-only MCP server for the Easy Pay Direct (EPD) / NMI-family payment gateway Query API.

245 installs/wk local only
Quellgeist Logs
by rajeev-shyam

Read-only MCP server: query_logs over a structured JSONL incident log (Quellgeist triage).

local only
Read Only Local Mysql MCP Server
by hove

MCP server for read-only MySQL database queries in Claude Desktop

264 installs/wk local only
C
Read Only Mysql MCP Server
by hove

MCP server for read-only MySQL database queries in Claude Desktop

local only
SqlServerMcp
by nithish1206

MCP server for SQL Server: schema inspection, safe read-only queries, query plan analysis

local only

Oracle Link — questions

Answers built from our own checks of this server.

Why is there no uptime for Oracle Link?
Oracle Link runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @studious-xiaoyu/oracle-link was installed 62 times last week.
Is Oracle Link still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Oracle Link?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @studious-xiaoyu/oracle-link straight from npm; nothing to host, nothing to sign up for.
How many people use Oracle Link?
The npm package @studious-xiaoyu/oracle-link was installed 62 times in the last week. Week over week that is +312%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.