oracledb_mcp_server
The OracleDB MCP Server project installs a Model Context Protocol Server to facilitate interaction between Oracle Databases and Large Language Models (LLMs). It supports LLM-driven SQL generation and execution, offering enhanced database management capabilities.
What is the purpose of OracleDB MCP Server?
The OracleDB MCP Server enables LLMs to interact with Oracle Databases by generating SQL statements and retrieving results based on LLM prompts.
How do I install the OracleDB MCP Server?
You can install the OracleDB MCP Server using the command 'pip install oracledb_mcp_server'.
What environment variables are required for configuration?
The required environment variables include DEBUG, COMMENT_DB_CONNECTION_STRING, DB_CONNECTION_STRING, TABLE_WHITE_LIST, and COLUMN_WHITE_LIST.
Is there a limit to the number of records returned by queries?
Yes, the default query limit size is 10 records, but this can be configured using the QUERY_LIMIT_SIZE environment variable.
Can I contribute to the OracleDB MCP Server project?
Yes, contributions are welcome, and you can submit a Pull Request on the project's repository.