oracle link for Grok
io.github.studiousxiaoyu/oracle-link
Oracle MCP Query Server (Node.js) - Read-only SELECT via MCP
client:Grok
transport:stdio
runtime:npm
Install oracle link in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"oracle-link": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@studious-xiaoyu/oracle-link"
],
"env": {
"ORACLE_USERNAME": "<ORACLE_USERNAME>",
"ORACLE_PASSWORD": "<ORACLE_PASSWORD>",
"ORACLE_CONNECT_STRING": "<ORACLE_CONNECT_STRING>",
"ORACLE_PRIVILEGE": "<ORACLE_PRIVILEGE>",
"DEFAULT_MAX_ROWS": "<DEFAULT_MAX_ROWS>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs