Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From claude-oracle
Provides direct Oracle database access for queries, schema inspection, and data manipulation via connection string.
npx claudepluginhub vvkmnn/claude-emporium --plugin claude-oracleCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"oracle": {
"command": "npx",
"args": [
"claude-oracle-mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.