mcp-oracle-dba
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ORA_DSN | Yes | Easy-Connect or TNS-format DSN | |
| ORA_USER | Yes | DB user (should be read-only) | |
| MCP_MAX_ROWS | No | Hard cap on rows returned by run_select | 100 |
| ORA_PASSWORD | Yes | DB password | |
| MCP_AUDIT_LOG | No | JSON-line audit log path | ./audit.log |
| MCP_COLUMN_DENYLIST | No | Column-name substrings to redact | SSN,SALARY,TAX_ID,PASSWORD,… |
| MCP_SCHEMA_ALLOWLIST | No | Comma-separated schemas allowed for describe_table | APPS,APPLSYS,SYS,RAGAPP |
| MCP_STATEMENT_TIMEOUT_SECONDS | No | Server-side statement timeout | 5 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_schemasA | List schemas the MCP server is allowed to query. |
| describe_tableA | Return column metadata for SCHEMA.TABLE. |
| run_selectA | Run a SELECT or WITH query against Oracle. |
| explain_planB | Return Oracle EXPLAIN PLAN output for a SELECT query. |
| top_sqlA | Top SQL by elapsed time from v$sql within the last N minutes. Useful for "what's been slow recently?" investigations from Claude Desktop. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shopsmartai/mcp-oracle-dba'
If you have feedback or need assistance with the MCP directory API, please join our Discord server