Skip to main content
Glama

Oracle Database MCP Server

by tannerpace
mcp.json.example•1.12 kB
{ "$schema": "https://modelcontextprotocol.io/schema/mcp.json", "servers": { "oracleDatabase": { "type": "stdio", "command": "node", "args": ["${workspaceFolder}/dist/server.js"], "env": { "ORACLE_CONNECTION_STRING": "${input:oracleConnectionString}", "ORACLE_USER": "${input:oracleUser}", "ORACLE_PASSWORD": "${input:oraclePassword}", "ORACLE_POOL_MIN": "2", "ORACLE_POOL_MAX": "10", "QUERY_TIMEOUT_MS": "30000", "MAX_ROWS_PER_QUERY": "1000", "LOG_LEVEL": "info", "ENABLE_AUDIT_LOGGING": "true" } } }, "inputs": [ { "type": "promptString", "id": "oracleConnectionString", "description": "Oracle connection string (host:port/service)", "default": "localhost:1521/XEPDB1" }, { "type": "promptString", "id": "oracleUser", "description": "Oracle database username", "default": "system" }, { "type": "promptString", "id": "oraclePassword", "description": "Oracle database password", "password": true } ] }

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/tannerpace/mcp-oracle-database'

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