Skip to main content
Glama

Oracle MCP Server

by samscarrow
.env.example804 B
# Oracle Database Connection Configuration # Choose one of the three connection methods below: # Method 1: Easy Connect String ORACLE_CONNECTION_STRING=hostname:1521/service_name ORACLE_USER=your_username ORACLE_PASSWORD=your_password # Method 2: TNS Name (requires tnsnames.ora configuration) # ORACLE_TNS_NAME=ORCL # ORACLE_USER=your_username # ORACLE_PASSWORD=your_password # Method 3: Individual Components # ORACLE_HOST=localhost # ORACLE_PORT=1521 # ORACLE_SERVICE_NAME=ORCL # # OR use SID instead of SERVICE_NAME: # # ORACLE_SID=ORCL # ORACLE_USER=your_username # ORACLE_PASSWORD=your_password # Optional: Default schema to use (if different from user) # ORACLE_DEFAULT_SCHEMA=HR # Optional: Oracle Instant Client path (if using thick mode) # ORACLE_CLIENT_PATH=/opt/oracle/instantclient_21_1

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

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