io.github.StudiousXiaoYu/oracle-link MCP Server
io.github.StudiousXiaoYu/oracle-link
What is the io.github.StudiousXiaoYu/oracle-link MCP server?
Oracle MCP Query Server (Node.js) - Read-only SELECT via MCP
How to install io.github.StudiousXiaoYu/oracle-link
Copy-paste configuration for popular MCP clients.
ORACLE_USERNAMEOracle DB username (optional when using tool url)
ORACLE_PASSWORDsecretOracle DB password (optional when using tool url)
ORACLE_CONNECT_STRINGOracle connect string host:port/service (optional when using tool url)
ORACLE_PRIVILEGEAdmin privilege (SYSDBA or SYSOPER), optional
DEFAULT_MAX_ROWSDefault max rows for queries
{
"mcpServers": {
"oracle-link": {
"command": "npx",
"args": [
"-y",
"@studious-xiaoyu/oracle-link"
],
"env": {
"ORACLE_USERNAME": "<YOUR_ORACLE_USERNAME>",
"ORACLE_PASSWORD": "<YOUR_ORACLE_PASSWORD>",
"ORACLE_CONNECT_STRING": "<YOUR_ORACLE_CONNECT_STRING>",
"ORACLE_PRIVILEGE": "<YOUR_ORACLE_PRIVILEGE>",
"DEFAULT_MAX_ROWS": "<YOUR_DEFAULT_MAX_ROWS>"
}
}
}
}{
"mcpServers": {
"oracle-link": {
"command": "npx",
"args": [
"-y",
"@studious-xiaoyu/oracle-link"
],
"env": {
"ORACLE_USERNAME": "<YOUR_ORACLE_USERNAME>",
"ORACLE_PASSWORD": "<YOUR_ORACLE_PASSWORD>",
"ORACLE_CONNECT_STRING": "<YOUR_ORACLE_CONNECT_STRING>",
"ORACLE_PRIVILEGE": "<YOUR_ORACLE_PRIVILEGE>",
"DEFAULT_MAX_ROWS": "<YOUR_DEFAULT_MAX_ROWS>"
}
}
}
}{
"mcpServers": {
"oracle-link": {
"command": "npx",
"args": [
"-y",
"@studious-xiaoyu/oracle-link"
],
"env": {
"ORACLE_USERNAME": "<YOUR_ORACLE_USERNAME>",
"ORACLE_PASSWORD": "<YOUR_ORACLE_PASSWORD>",
"ORACLE_CONNECT_STRING": "<YOUR_ORACLE_CONNECT_STRING>",
"ORACLE_PRIVILEGE": "<YOUR_ORACLE_PRIVILEGE>",
"DEFAULT_MAX_ROWS": "<YOUR_DEFAULT_MAX_ROWS>"
}
}
}
}{
"servers": {
"oracle-link": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@studious-xiaoyu/oracle-link"
],
"env": {
"ORACLE_USERNAME": "<YOUR_ORACLE_USERNAME>",
"ORACLE_PASSWORD": "<YOUR_ORACLE_PASSWORD>",
"ORACLE_CONNECT_STRING": "<YOUR_ORACLE_CONNECT_STRING>",
"ORACLE_PRIVILEGE": "<YOUR_ORACLE_PRIVILEGE>",
"DEFAULT_MAX_ROWS": "<YOUR_DEFAULT_MAX_ROWS>"
}
}
}
}claude mcp add oracle-link --env ORACLE_USERNAME=<YOUR_ORACLE_USERNAME> --env ORACLE_PASSWORD=<YOUR_ORACLE_PASSWORD> --env ORACLE_CONNECT_STRING=<YOUR_ORACLE_CONNECT_STRING> --env ORACLE_PRIVILEGE=<YOUR_ORACLE_PRIVILEGE> --env DEFAULT_MAX_ROWS=<YOUR_DEFAULT_MAX_ROWS> -- npx -y @studious-xiaoyu/oracle-linkRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.