Oracle MCP Server by CData
@CDataSoftware
Oracle MCP Server by CData について
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free [CData MCP Server for Oracle (beta)](https://www.cdata.com/download/download.aspx?sku=SOZK-V&type=beta).
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\oracle.prp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Oracle MCP Server by CData?
CData's read-only Model Context Protocol (MCP) server that enables LLMs like Claude Desktop to query live Oracle data using natural language. It wraps the CData JDBC Driver for Oracle and exposes the database as relational SQL models through a simple MCP interface.
How to use Oracle MCP Server by CData?
Clone the repository, build the JAR with mvn clean install, download and license the CData JDBC Driver for Oracle, create a .prp file with your JDBC connection string, then configure your MCP client (e.g., Claude Desktop's claude_desktop_config.json) to point to the JAR and .prp file. The server runs via stdio on the same machine as the client.
Key features of Oracle MCP Server by CData
- Read-only access to live Oracle data via MCP
- Natural language querying — no SQL required
- Built on the CData JDBC Driver for Oracle
- Provides
get_tables,get_columns, andrun_querytools - Open source under the MIT License
Use cases of Oracle MCP Server by CData
- Ask an LLM to analyze correlations between Oracle data fields
- Retrieve live counts of records (e.g., tickets, opportunities) from Oracle
- Explore Oracle table schemas and columns through conversational AI
FAQ from Oracle MCP Server by CData
Is this server read-only?
Yes, this server is read-only. For full create, read, update, and delete capabilities, CData offers a separate beta MCP Server for Oracle.
What dependencies are required?
You need Java, Maven, and the CData JDBC Driver for Oracle (available for download and trial licensing from CData).
What transport does the server use?
The server uses stdio transport, so it can only be used with clients running on the same machine.
How do I troubleshoot connection issues?
Verify your connection string using the CData JDBC Driver's Connection String utility, ensure the driver is properly licensed, and fully quit and restart your client (e.g., Claude Desktop) after configuration changes.
Where can I get support?
For connection issues, contact the CData Support Team. For MCP server usage or feedback, join the CData Community.
「データベース」の他のコンテンツ
MySQL MCP Server
designcomputerA Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
MCP Server for Milvus
zilliztechModel Context Protocol Servers for Milvus
Elasticsearch MCP Server
elasticNeon MCP Server
neondatabase-labsMCP server for interacting with Neon Management API and databases
Redis MCP Server
redisThe official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently
コメント