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.
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.
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.
claude mcp add oracle-link -- npx -y @studious-xiaoyu/oracle-link
{
"mcpServers": {
"oracle-link": {
"args": [
"-y",
"@studious-xiaoyu/oracle-link"
],
"command": "npx"
}
}
}
[mcp_servers.oracle-link]
command = "npx"
args = ["-y", "@studious-xiaoyu/oracle-link"]
{
"mcpServers": {
"oracle-link": {
"args": [
"-y",
"@studious-xiaoyu/oracle-link"
],
"command": "npx"
}
}
}
{
"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.
Read-only MCP server for querying Kenda token spend and waste
Read-only MCP server for 1C:Enterprise via OData with metadata and query builder tools.
Read-only MCP server: query_metrics over local metric time-series (Quellgeist triage).
Read-only MCP server for the Easy Pay Direct (EPD) / NMI-family payment gateway Query API.
Read-only MCP server: query_logs over a structured JSONL incident log (Quellgeist triage).
MCP server for read-only MySQL database queries in Claude Desktop
MCP server for read-only MySQL database queries in Claude Desktop
MCP server for SQL Server: schema inspection, safe read-only queries, query plan analysis
Answers built from our own checks of this server.