MCP Server
MCP
io.github.StudiousXiaoYu/oracle-link
Oracle MCP Query Server (Node.js) - Read-only SELECT via MCP
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
By
Comments
Sign in to leave a comment