A
securityA
licenseA
qualityA Model Context Protocol server that enables LLMs to interact with Salesforce data through SOQL queries, SOSL searches, and various API operations including record management.
Last updated -
10
77
Python
MIT License
MCP - Model Context Protocol Server
をインストールします。Oracle DB Connection String
の最小値を含むフォルダに.envを作成します。サンプルファイルはこちらから入手できます。uv run oracledb_mcp_server
を使用してoracledb_mcp_server
サーバーをテストします。DEBUG
: デバッグログを有効にする(オプション、デフォルトはFalse)COMMENT_DB_CONNECTION_STRING
: コメント用の Oracle DB 接続文字列。(必須)DB_CONNECTION_STRING
: クエリ実行用の Oracle DB 接続文字列。(必須)TABLE_WHITE_LIST
: ホワイトリストに登録されたテーブル名のリスト形式 ["table1", "table2"] (必須)COLUMN_WHITE_LIST
: ホワイトリストに登録されたテーブル列名(リスト形式 ["table.column1", "table.column2"])(必須)QUERY_LIMIT_SIZE
: 指定されていない場合のデフォルト値は 10 レコードです (オプションのデフォルトは 10)貢献を歓迎します。
お気軽にプルリクエストを送信してください。
このプロジェクトは、MIT ライセンスの条件に基づいてライセンスされます。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
データベース テーブル/列をコンテキストとして提供することで LLM が Oracle データベースと対話できるようにするモデル コンテキスト プロトコル サーバー。これにより、ユーザーは自然言語プロンプトを使用して SQL 文を生成し、結果を取得できます。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rahgadda/oracledb_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server