MCP Oracle Server
by jaikishpai
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port | 3000 |
| TLS_KEY | No | TLS key (optional) | |
| TLS_CERT | No | TLS certificate (optional) | |
| LOG_LEVEL | No | Logging level | info |
| NL2SQL_URL | No | URL of NL2SQL service | http://nl2sql-service:8500/query |
| CORS_ORIGIN | No | CORS origin | * |
| MCP_API_KEY | No | API key for /mcp endpoint authentication (recommended) | |
| ORACLE_CONN | Yes | Oracle connection string (format: host:port/service) | |
| ORACLE_PASS | Yes | Oracle database password | |
| ORACLE_USER | Yes | Oracle database username | |
| ORACLE_POOL_MAX | No | Maximum pool size | 10 |
| ORACLE_POOL_MIN | No | Minimum pool size | 2 |
| MAX_REQUEST_SIZE | No | Maximum request size | 10mb |
| MCP_REQUEST_TIMEOUT | No | Request timeout in seconds | 30 |
| ORACLE_POOL_TIMEOUT | No | Pool timeout in seconds | 60 |
| ORACLE_POOL_INCREMENT | No | Pool increment | 1 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/jaikishpai/mcp-server-nodejs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server