Skip to main content
Glama

Oracle MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEBUGNoEnable debug loggingFalse
MAX_ROWS_EXPORTNoMaximum rows for export operations10000
QUERY_LIMIT_SIZENoMaximum rows returned per query100
TABLE_WHITE_LISTNoComma-separated list of allowed tables
COLUMN_WHITE_LISTNoComma-separated list of allowed columns
DB_CONNECTION_STRINGYesOracle connection string

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
execute_query

Execute a SQL query against the Oracle database. Only SELECT, DESCRIBE, and EXPLAIN PLAN statements are allowed for safety.

describe_table

Get detailed information about a table including columns, data types, and constraints

list_tables

List all tables in the database with metadata

list_views

List all views in the database

list_procedures

List all stored procedures, functions, and packages

explain_query

Get the execution plan for a SQL query to analyze performance

generate_sample_queries

Generate sample SQL queries for a given table to help with exploration

export_query_results

Export query results in various formats (JSON, CSV)

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/smith-nathanh/oracle-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server