oracle for Grok
io.github.marcelo-ochoa/oracle
MCP server for interacting with Oracle databases
client:Grok
transport:stdio
runtime:npm
Install oracle in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"oracle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@marcelo-ochoa/server-oracle"
],
"env": {
"ORACLE_USER": "<ORACLE_USER>",
"ORACLE_PASSWORD": "<ORACLE_PASSWORD>"
}
}
}
}
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