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
.env.docker•719 B
# Oracle MCP Server - Docker Example Configuration
# This file contains the connection settings for the Docker test database
# Docker Test Database Connection
DB_CONNECTION_STRING="testuser/TestUser123!@localhost:1521/testdb"
# Optional: Enable debug logging to see detailed connection info
DEBUG="True"
# Optional: Query limits for testing
QUERY_LIMIT_SIZE="100"
MAX_ROWS_EXPORT="10000"
# Optional: Table filtering (leave empty to allow all tables)
TABLE_WHITE_LIST=""
# Optional: Column filtering (leave empty to allow all columns)
COLUMN_WHITE_LIST=""
# Optional: Separate connection for comments (usually same as main connection)
# COMMENT_DB_CONNECTION_STRING="testuser/TestUser123!@localhost:1521/testdb"