Skip to main content
Glama

Oracle MCP Server

docker-compose.yml•583 B
version: '3.8' services: oracle-xe: image: gvenzl/oracle-xe:21-slim container_name: oracle-mcp-test environment: ORACLE_PASSWORD: Oracle123! ORACLE_DATABASE: TESTDB ORACLE_USER: testuser ORACLE_PASSWORD_USER: TestUser123! ports: - "1521:1521" - "5500:5500" volumes: - oracle_data:/opt/oracle/oradata - ./init-scripts:/container-entrypoint-initdb.d restart: unless-stopped healthcheck: test: ["CMD", "healthcheck.sh"] interval: 30s timeout: 10s retries: 5 volumes: oracle_data:

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

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