oracledb_mcp_server

oracledb_mcp_server

3.4

If you are the rightful owner of oracledb_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

OracleDB MCP Server enables LLMs to interact with Oracle Database, generate SQL statements, and return results using LLM prompts.

OracleDB MCP Server is a Model Context Protocol Server that facilitates the interaction between Large Language Models (LLMs) and Oracle Databases. It allows LLMs to generate SQL statements and retrieve results by providing configured Oracle Database tables and columns as context. This server is particularly useful for applications that require dynamic database querying and data retrieval through natural language prompts. The server can be installed via pip and requires a configuration file (.env) with the Oracle DB connection string. It supports features like debug logging, table and column whitelisting, and query limit size configuration.

Features

  • Enables LLMs to interact with Oracle Database
  • Generates SQL statements from LLM prompts
  • Supports table and column whitelisting
  • Configurable query limit size
  • Debug logging for troubleshooting